home *** CD-ROM | disk | FTP | other *** search
/ Risc World 5 / Risc World 5.iso / HTML / ISSUE6 / TEXT < prev   
Text File  |  2005-03-14  |  130KB  |  1,523 lines

  1.  
  2. ÿÿÿÿISSUE6/AALP/INDEX.HTM Issue 6, ARM Assembly language Programming
  3.  
  4.  
  5.  
  6. ARM Assembly language Programming
  7. Alligata Media
  8.  
  9.  
  10. Contents
  11. Chapter 5 : Assembly programming principles
  12. Chapter 6 : Data structures
  13.  
  14. Alligata Media
  15.  
  16. ÿÿÿÿISSUE6/ARM/INDEX.HTM Issue 6, ARM development systems
  17.  
  18.  
  19.  
  20. ARM development systems
  21. Dave Holden
  22. This article began when I decided to try to find out what development boards with ARM processors were available. In this context 'ARM' means a RISC processor which uses the normal ARM instruction set that is used for RISC OS, so processors designed or manufactured by other companies such as Intel, Samsung, etc. would be included. The main idea was to discover how much hardware already existed in the 'real world', who was actually producing it and whether any of it could be suitable for use with RISC OS.
  23. I was also interested in what devices were already available using ARM processors where RISC OS might be used.
  24. Note that in neither case was I particularly concerned with the practicality of actually getting RISC OS to run on any of these devices. I was only concerned with whether there was any potential opportunity for promoting RISC OS as an operating system on them and whether this could open up any new niche markets.
  25. Where are they used?
  26. It soon became obvious that ARM processors are used almost exclusively in embedded systems and portable handheld devices. Here their low power consumption, low cost and ease of programming give them an advantage over CISC devices such as the Intel xx86 range.
  27. We are probably all aware that ARM processors are widely used in things like laser printers, network devices and mobile phones. However, there's not much of a market opportunity for RISC OS in this type of device. One of the great strengths of RISC OS is its user interface and WIMP, and this isn't really suitable for very small screens. Even if it were possible to get RISC OS running on some of these devices there would be little point in doing so as the normal user interface for them is a series of text menus, which is much more practicable with such small screens.
  28. The older type of small PDA, such as those pioneered by Psion, has now almost vanished as their functionality (and much more) has been absorbed into mobile phones. However, there are quite a few larger handheld devices with bigger screens where RISC OS might be used to advantage.
  29. Moving up slightly in size we come to what are normally referred to as sub-notebooks.  This looks more interesting. Their screens are large enough for the RISC OS WIMP to work reasonably well and they normally have processors with enough power to enable it to run at usable speed. However, because they are normally regarded by users as a 'small computer' people expect them to operate smoothly and seamlessly as a portable extension of their desktop computer. That would be fine if their desktop computer was also running RISC OS, but since it's far more likely to be using Windows or Mac OS we're back to the old problem of compatibility. Yes, there is potential in this area, but it would require a lot of work to persuade customers that they should pay the inevitable premium for running a 'foreign' operating system when the standard version of these machines will already come with most of the software they would normally need.
  30. Development systems
  31. Having had a (very) brief look at where ARM processors are used in consumer devices we now come to development systems. These systems allow a developer to test basic functionality and algorithms before committing to the design and building of an actual prototype. Many of them are also intended to be used in actual production systems where the numbers involved are too small to make it worthwhile to produce a dedicated board. This is extremely interesting, because it indicates where the industry itself expects the processors to be used. By looking at the systems that are offered, and the numbers of them in use for development it is possible to get some idea of the type of devices that companies are working on.
  32. I'm not going to give a whole list of web sites and describe dozens of devices, you could easily find them for yourself. However, a good starting point is the UK site Direct Insight. Here you will find a number of development boards and other software and hardware tools, plus links to many other suppliers in the same field.
  33. An example of what is available is the ADI Engineering 80200EVB. This uses the Intel 80200 733 Mhz XScale processor on a small board with various I/O and on board FPGA SDRAM and 4Mb of flash RAM, and all for around £400.
  34.  
  35. The ADI section of this site also shows the Tungsten  development board, which is essentially Castle's Iyonix mother board. Unfortunately I couldn't find any prices and when I went to the actual ADI  web site I couldn't find any mention of it.
  36.  
  37. Another useful site is Innovate Solutions. They show a number of interesting devices including the Tungsten board but the link to the datasheet appears to be broken and, once again, no prices.  
  38. One very interesting device shown is the Accelent Devkit from Vibren Technology which uses a 400 Mhz Intel PXA255 XScale processor. This is intended as a development board for small handheld devices and comes with a variety of I/O ports and a 7.7 inch full colour VGA LCD touch screen and a keyboard. The info for this says 
  39. "The Accelent DevkitIDP can be used to develop personal assistants (PDA), wireless web pads, set-top boxes, Internet audio and video devices, kiosks, point-of-sale (POS) products, hand-held devices and a wide variety of vertical market devices." 
  40.  
  41. This is a very useful looking kit. It's the only one I've found where I got the feeling that if RISC OS were running on it there ought to be a niche market somewhere for it. The data sheet was available as a PDF file so I have included this in the Software  directory for this issue.
  42. Cogent Computer Systems are another company that supplies a number of development boards for ARM 7, ARM 9 and X-Scale processors. They specialise in small boards for embedded systems, one of which is the CSB226 which also has a 400 Mhz PXA255 X-Scale. There are all the usual input/output facilities and it also has an on board 800 x 600 LCD controller and, like the Accelent DevkitIDP,  has facilities for direct connection to a 640 x 480 colour TFT touch screen. Prices for these boards are around £500, and others start at less than £150 one off.
  43.  
  44. Conclusions
  45. It seems that no-one is contemplating using ARM processors for the sort of devices which would equate to a modern desktop computer. This is partly because even the fastest and most powerful processors just can't compete in raw power with the Intel and AMD processors designed specifically for that purpose. However, it has to be said that the people like Intel, Samsung, etc. that make ARM processors have almost certainly realised that the main strengths of this type of architecture doesn't lie in this area. The real market for these chips, and it's a huge market, is for the type of portable device already described, and here low cost and low power consumption are more important than processing 'grunt'.
  46. There is a potential market for RISC OS in this area, but probably not for the sort of RISC OS we are familiar with. These devices would require a lot of 'under the bonnet' work to produce a new and more modular RISC OS. Acorn foresaw this many years ago with their Galileo  project, but this never really got off the ground and now that there are so many other small, lean operating systems designed especially for this field and Unix derivatives ready to step in where a more 'computer like' system is required I wonder if it's going to be too late for RISC OS to compete.
  47. Dave Holden
  48.  
  49. ÿÿÿÿISSUE6/AUTO/INDEX.HTM Issue 6, Affordable Automation
  50.  
  51.  
  52.  
  53. Affordable Automation
  54. Mike Battersby has an idea...
  55. Not so long ago the idea of having a dedicated computer to control a light display or model railway would have been quite impractical with a computer costing towards a thousand pounds.
  56. However, you don't need a Pentium 4 or Omega to do a job like that as the amount of computing power required is quite limited.  An A5000, A7000 or even an A4000 would be perfectly adequate for the job.  In fact even older machines could be used but if lacking a hard disc or high density floppy drive (or serial port as in the case of the A3000) they tend to be a bit inconvenient.  The real advantage of using these older Acorns is that with the operating system in ROM you can just turn them on and off you go. 
  57. You could use an old PC but anyone who has ever had to restore on old 486 will know that you normally have to install MS-DOS (or some other DOS; where DOS could stand for "dreadful old slop") from floppy followed by a million floppies for a tatty version of Windoze and then you have to locate all the necessary drivers for the video card, network card, sound card and so on and you can still expect it to die at regular intervals.  So turning an A5000, say, on and having it ready almost instantly would seem a good bit better!
  58. As you can now pick up an A3020, A4000 or A5000 for next to nothing (e.g. advertise on the Cybervillage notice board) then suddenly having a dedicated computer to do a simple job is very affordable if not free.
  59. If you want to use the computer to control some external devices, though, you will need some extra equipment and some software to run it.
  60. The extra equipment you will need is mainly a thing called a "buffer box" which can handle input devices such as switches and sensors and output devices such as motors, lights, buzzers etc.  An old buffer box, such as the Deltronics Control IT box for the BBC micro can often be picked up cheaply if a school is disposing of them and be connected to the serial port of an Arc courtesy of the Deltronics (www.deltronics.co.uk) serial adaptor.  Alternatively it could be connected to the printer port and a user port but to get a user port means you would need to source a podule which has one on.  If you can find one it may well be free but I suspect many have been lost to local tips in the last few years.  You will need to be careful that the buffer box you use can handle the voltage you want.  Typically they are 12 volt or 6 volt or both but a Fischertechnik one may be 9 volts.  In this article, for controlling motorised models a 12 volt supply is needed.
  61.  
  62. Hence you are probably better off using the serial adaptor with a second hand buffer box meaning you have a connection set up as shown in Figure 1 (though relative sizes are not correct obviously!)  However if you are lucky enough to source a box that is designed to connect to a serial port this adaptor will not be necessary, though this type tend to be pricey.
  63. The last piece of the jigsaw is software to drive the buffer box.  There have been a number of these available but my particular favourite is Flowol 2 from K.I.T.E. (Keep IT easy) and marketed by Data Harvest.  This software is still available for RISC Os computers as well as for PC and Mac users.  Flowol works on a flowchart basis and is therefore very visual in terms of seeing what your program does whereas ones which work from lines of code are less easily checked and interpreted.  While it tends to be marketed for education it is nonetheless a powerful piece of control software that will work with a wide variety of different interfaces and buffer boxes.
  64. It is up to the individual imagination as to what you may wish to automate but I am going to give examples for controlling electrified models.  In the examples given there would be various switches or sensors that constitute the "inputs" and other items such as railway points or signals could constitute the "outputs".  Usually a buffer box has motor outputs too though it will depend on the box what power can be delivered to a motor.
  65.  
  66. In this example input 1 is a pressure pad switch located under the track of a motorised model London tube train (available from www.metromodels.net) and outputs 1 and 2 are a set of red and green signal lights.  A simple automation would have the signal green for a train in the station, then when the train pulls out it would wait for the pressure switch to be turned off (when the train has gone) and turn the signal to red for a set length of time. A simulated picture of this is shown below.
  67. The Flowol 2 flowchart for this is shown below (note how Flowol allows you to annotate your chart to help make it easier to follow.
  68.  
  69. The second example is to change the points so alternately a model goes one route and then another.  Outputs 1 and 2 operate the points switch and the inputs are magnetic proximity switches where a magnetic disc on the base of the model passes over a sensor inlaid on the route in an appropriate location.
  70.  
  71. Flowol has a range of commands and a number of flowcharts (20) can be running simultaneously.  It allows you to simulate the chart on screen to check it works.  If the buffer box supports it, Flowol can respond to both digital and analogue inputs.
  72. There are various inputs that can be attached to buffer boxes, such as push switches, light switches, magnetic proximity switches, tilt switches and pressure pad switches.  They can be bought from a variety of suppliers including Deltronics (www.deltronics.co.uk) and Commotion (www.commotiongroup.co.uk).  You can connect a variety of outputs as long as they suit the output voltage.  What you actually want to automate is then up to your imagination.
  73. The examples here are just to give a taste and very sophisticated "programs" can be set up to control complex operations.  The flowchart elements are like building blocks and you can use just a few for a simple operation or far more for a set of inter-dependent complex operations.  A tutorial is downloadable from the 
  74. Mike Battersby
  75.  
  76. ÿÿÿÿISSUE6/BUSNSS/INDEX.HTM Issue 6, In business with RISC OS
  77.  
  78.  
  79.  
  80. In business with RISC OS
  81. Dave Bradforth
  82. With our DTP item coming to a close, David Bradforth asked the next question: how many of you use RISC OS in a business environment? Again, his inbox was overflowing...
  83. One of my favourite parts of Acorn Publisher were the case studies Mike Williams would write. Identifying the ways in which different industries make a commercial use of RISC OS, these features would certainly inspire those of us using the machines at home to look at commercial uses for our favourite machines.
  84. It was, while reading these back issues, that I started to wonder how people made use of RISC OS in a business sense. Hence, early in February, I posted the following to comp.sys.acorn.apps.
  85. From: david.bradforth@alligatagroup.co.uk
  86.  
  87. Date: 10 Feb 2005 05:10:52 -0800
  88.  
  89. Local: Thurs, Feb 10 2005 5:10 am
  90.  
  91. Subject: In business with RISC OS
  92.  
  93.  
  94. Hi,
  95.  
  96. I'm preparing an article looking at the different options for those looking to run a business with RISC OS, and am thus opening the floor to those with experience in such matters.
  97.  
  98. Which software applications do you use on a daily basis, and why?
  99.  
  100. Why RISC OS above Windows or Mac OS?
  101.  
  102. Any difficulties experienced, and how you got over them?
  103.  
  104. That sort of thing.
  105.  
  106. I'm going to provide an overview of the applications available, both freeware and commercial, and hopefully sort out some deals so anybody who needs that sort of thing can get them a little cheaper (for a limited period, of course).
  107.  
  108. If you've got screenshots/illustrations, more the better - don't leave any personal business data on the screen though... sharing your bank details with hundreds of other users is never a good idea.
  109.  
  110. Dave Bradforth
  111. After posting this, I went to sleep expecting that, within a few hours, I'd have a couple of responses. As it turned out, the couple of responses became 20 or so via email, and the beginnings of a 400+ comment newsgroup posting that is still going as I write today.
  112. This time, we'll focus on the replies that came directly to my email, if there's suitable interest next time we'll dig through the newsgroup chain and highlight any other points that have yet to be made here.
  113. The first response came from Russell Hafter.
  114.  
  115.  
  116.  
  117. Russell runs a holiday company, the main thrust of which seems to be walking holidays in and around Germany.
  118. Key applications he makes use of include EasiWriter, Pipedream, Pluto, Masterfile (even though it crashes far too often) and ArcFax. Given that Masterfile is now (even in its most recent form) eleven years old, we're inclined to believe it's amazing that it works at all, and would recommend an alternative database such as DataPower for business use.
  119. When updating websites, Russell makes use of things like ChangeFSI and InterGIF which is quite understandable. ChangeFSI and InterGIF both give you immediate access to the settings necessary on images allowing you to easily alter the dimensions, save the file in various different formats and generally provide the functionality they do without any thrills. If all you need is a quick job, you often appreciate the tools that let you do it quickly rather than requiring multiple mouse clicks.
  120. Russell continues to make use of a number of program he wrote in BASIC or COMAL (on the BBC B) for processing holiday bookings, and producing VAT records. The ability of BBC BASIC has never been in dispute for the ease at which you can produce complex utilities without fuss; but nowadays there seems to be a certain snob value attached to the use of it. Given that more software than you'd think is written in BASIC, there really should be no such snob value.
  121. One area that Russell has given up on RISC OS is web browsing. He says, 'I have largely given up on RISC OS for web browsing - I need to access far too many sites that use lots of Javascript, Java, weird framesets and so on. I also use Windows for all Internet banking - in the UK, Germany, France, Belgium and Switzerland'. Unfortunately, I'd have to agree. If in a business sense you need to make daily use of the Internet, you'd probably have difficulty catering for all of your needs with RISC OS software.
  122. Russell makes use of Acrobat in preference to !PDF or RiScript, though he does make use of RiScript for producing PDF versions of documents such as booking forms, that people can then download from the various websites.
  123. He continues to use RISC OS as his main work machine because of the programs written in BBC BASIC, and that he didn't want to have to start all over again. While his web browsing is on the PC, his email goes through RISC OS - and as a result he needs not worry about Windows e-mail viruses.
  124. As for coping with Word and Excel documents, these days EasiWriter copes with 99% of the former; and ViewXLS deals with the majority of the latter.
  125. The next response came from Chris Bell at Highpath Engineering.
  126.  
  127.  
  128.  
  129. Chris Bell runs Highpath Engineering, a company that from the sound of its name you'd think runs TurboCAD on a PC. His software of choice, ProCAD - every aspect of his business is run using RISC OS software; from manufacture (ProCAD+, ProCAM and EGGrings (custom software) to publicity (Impression, WebWonder, et al); internet (Fresco, Pluto et al) to accounts (Resultz) and more besides.
  130. Why? Simply because everything does the job and, in the business sense, that's pretty much what you're looking for. The best tool, for the best job.
  131. We've had many similar comments, so we're going to continue through them in the next issue of RISCWorld. Some of them have scope for on-site visits so we can see the RISC OS use in action, and that will certainly aid to the visual element of a RISCWorld article.
  132. In the meantime, contact us with your own RISC OS in business experiences.
  133. Dave Bradforth
  134.  
  135. ÿÿÿÿISSUE6/BUSNSS2/INDEX.HTM Issue 6, In business with RISC OS
  136.  
  137.  
  138.  
  139. In business with RISC OS
  140. Business software for RISC OS users
  141. If you'd like to run a business using RISC OS computers, you'll need to find software to help run the business. In the first of a two-part piece, David Bradforth identifies a number of potential candidates.
  142. It doesn't matter which computer you're using within a business, you'll always need certain types of software to ensure that you're able to cope with your day to day needs. Whether it's sending letters, receiving emails, producing product, or what have you, we're lucky in that many users are still finding ways to make RISC OS meet the majority of their business needs and hence keep a commercial market open for such products.
  143. In this article, I'm going to identify a selection of programs that we currently have, then expand it to cover those that would be a nice addition to the RISC OS platform (in one form or other). The aim is simply to provide a roundup of essential business applications; if I've missed anything I do apologise, but then the aim of this piece will have been met - you're looking out for yourself.
  144. Business Accounts
  145. Whichever form of business you're in, you'll need to complete accounts otherwise there's certain people who will pretty much take what they believe they're owed.
  146. For RISC OS users, there are two choices. Enterprise and Prophet.
  147.  
  148.  
  149. Industrial Logic presents Enterprise Accounts. Note the URL for the website - it won't work otherwise.
  150. Enterprise, originally released by ACP in 1995 and currently available through Industrial Logic, is a suite of utilities that compliment each other with the aim of making the management of your business accounts as trouble free as possible.
  151. It features integrated Sales, Purchase and Nominal Ledgers; prints reports, invoices, mailing labels and even goes so far as to provide Stock Control and Payroll facilities albeit only in a Professional edition (and so not supplied in the standard version).
  152. We've not seen the program ourselves, but would welcome comment on it from users - anything useful will make its way into the next issue of RISC World. At £150 or £200, the features of the program may go some way towards justifying the cost but it's a lot of money to spend on a program that's not seen active development for some years. Further details are available at 
  153.  
  154.  
  155. Accountz.com - evolving into the PC market but still supporting RISC OS
  156. Prophet Professional 3+, on the other hand, has seen development and is actively supported by its author despite the company having moved on to produce PC and Mac software (which is obviously worth a little more money to them at the end of the day).
  157. Legendary for the clarity of its documentation, Prophet is the no-nonsense way to complete accounts on a RISC OS computer without having to worry about complications due to technology; and we'd recommend its purchase in seconds. Visit 
  158. For comprehensive payroll, HardCash exists but we cannot at present find the website (which used to be hosted on ArgoNet). Are any RISC World readers aware of the current state of play with this product? If so, let us know so we can pass the detail on to others
  159. Word Processing
  160. Rather an essential requirement for anyone. If you're in business, you'll be writing letters, proposal and pretty much anything that requires formal communication or contracts signing will require the input of a word processor at one point or other. So how do you deal with the task of opening Word documents within RISC OS
  161.  
  162.  
  163. Icon Technology: publishers of EasiWriter and TechWriter
  164. Look no further than EasiWriter or TechWriter. Published by Icon Technology, these programs benefited from the publishers' contract to produced an NC word processor that opened Word files and gained the functionality themselves.
  165. They're not perfect by any means, and while some people swear by them I personally find EasiWriter a pain to use at times but there's no doubt that these are your best options for opening foreign files within the RISC OS environment.
  166. Further details are available at 
  167. Spreadsheets
  168. If you've got numbers to crunch, then you'll need a spreadsheet with which to crunch them. For a long time, Eureka from Logotron was favoured as it supported the direct import and export of Excel files. Okay, it was Excel 4 and the program isn't available anymore but it was starting to show signs of being a true crowd pleaser of a spreadsheet.
  169. The situation today is much less straightforward. Schema II is currently under an extensive program of development, with the aim of adding direct file support for Excel files without the need to use the HTML converter. This will make things easier for those files that didn't co-operate properly with the HTML export and in a business sense simplicity is pretty much key. Visit 
  170.  
  171.  
  172. The Abacus Training website. Find a price... bet you can't...
  173. As supplied with the Iyonix PC, Fireworkz Pro is still available. Since being taken on by Gerald Fitton, FireWorkz has continued to evolve and today offers a very good spreadsheet and word processor all in one. Unfortunately, the database portion was a variant of DataPower and I understand it has since been withdrawn. For further details, but unfortunately not a price, visit 
  174. Finally, ViewXLS is an essential addition to the RISC OS based business; as it allows you to view Excel spreadsheets. Hopefully this can one day be incorporated into another spreadsheet with the effect that we can both save and edit Excel files in their current form. We shall see.
  175. Next time...
  176. We'll conclude next time with a look at software for email and the Internet, and databases. If there's a demand for us to do so, we'll also take a look at recommended hardware to help you get the most of a RISC OS based business, whether it be scanners, memory upgrades or anything else.
  177. If you've got any comments or points to make, please email me - 
  178. Dave Bradforth
  179.  
  180. ÿÿÿÿISSUE6/COMPO/INDEX.HTM Issue 6, Competion
  181.  
  182.  
  183.  
  184. Competion
  185. Win copies of the latest books from Alligata media
  186. WIN COPIES OF ALLIGATA's NEW BOOKS
  187.  
  188. Alligata has copies of Basic V: A Dabhand Guide and The ARM Assembly guide up for grabs.
  189.  
  190. To celebrate the launch of Basic V: A Dabhand Guide, we've got a copy of this and the previous guide to ARM Assembly up for grabs. Basic V was serialised in RISC World during volume 4, and we're currently  updating it again to be relevant to BBC BASIC for Windows as well as Basic VI; while the ARM Assembly guide is being serialised at present.
  191. To be in with a chance of winning, simply name the author of Basic V: A  Dabhand Guide, who was formerly the editor of Acorn Publisher magazine.
  192. Send your answer to editor@riscworld.co.uk.
  193. The first correct entry out of the bag will win the prize. The editors decision is final and no further correspondence will be entered into. Final closing date for entries is the 15th of April 2005. Employees of APDL and contributors to RISCWorld are excluded from entry. Copies of the books will be mailed directly by Alligata Media to the luck winner.
  194. RISCWorld
  195.  
  196. ÿÿÿÿISSUE6/DISC/INDEX.HTM Issue 6, DiscWorld
  197.  
  198.  
  199.  
  200. DiscWorld
  201. Aaron Timbrell rounds up the software directory
  202. FontFX6
  203. © APDL 2005
  204. All rights reserved. This program is licensed for use on a single computer by a single user.
  205. This version is supplied for the use of RISCWorld subscribers only.
  206.  
  207. FontFX was conceived and written by David Coronel, based on certai
  208. ideas and coding examples from Acorn Computers' 'RISC OS Programmer'
  209. Reference Manual' and Computer Concepts' 'FontDraw' application supplie
  210. with their 'Impression' Document Processor.
  211. FontFX has its own full HTML manual and has a shorted text only on-lin
  212. manual. To get the on-line manual whilst FontFX is running, bring up its ico
  213. bar menu and slide across the first option ('Info') - an 'Info box
  214. will appear, giving the name and purpose of the application, a copyrigh
  215. message and the date and version number. In the top right hand corner i
  216. an icon that looks like the letter 'i': if you click on this icon, th
  217. on-line manual will appear. For more details about the facilities withi
  218. the on-line manual program, read its own on-line manual - you can d
  219. that right now if you wish! Just click MENU on top of this text, an
  220. slide across 'Info', then click on the 'On-line manual' icon at th
  221. bottom of the info box.
  222. What's New in FontFX 6
  223. For those who may have owned earlier versions of the program, here is a list of the new features in version 6.
  224. New effects:
  225.  
  226. Border effect - gives characters a separated outline (as opposed to the integral outline defined by outline colour and width
  227. Rainbow effect - fills each character in turn with a different colour. The sequence can be from 2 to 16 colours long
  228. 3D shadow effect - gives characters a 3D look
  229. Grow/Shrink effect - makes the characters bigger or smaller within the string
  230.  
  231. Enhanced effects:
  232.  
  233. Colours - can now be chosen from a colour picker box giving 16 million possibilities instead of 16
  234. Shadows - can now have their length and direction freely defined. Also, the effect of shadow + arc or circle has been improved
  235.  
  236. Improved operation:
  237.  
  238. A toolbox makes creation, saving and resetting easier to achieve
  239. Compass controls make angle and direction settings simpler to change.     
  240. Example window helps visualise rotate/slope/lean settings
  241. Swap case, create/save and save settings keyboard shortcuts are available
  242. Many 'under-the-skin' improvements to make the program slicker, smoother and more compatible with other products
  243.  
  244. History of FontFX6 Versions
  245. v.6.00:
  246.  
  247. First release
  248. v.6.01:
  249.  
  250. A small problem with colour picker windows  was corrected. If you selected a
  251. outline colour, but no fill colour, then switched on rainbow effec
  252. (i.e. selecting valid fill colours), and then tried to switch off th
  253. outline colour, it wouldn't (because the last fill colour was 'none')
  254. Now you can select no outline colour if rainbow is on and the las
  255. fill was 'none'. If you do this, and then switch off rainbow, fil
  256. colour will revert to the last valid fill colour before 'none' wa
  257. selected.
  258. Fixed a bug in colour picker windows. If you tried to change the R, G or 
  259. values by typing in a value, the computer would hang. Should have rea
  260. PRM page 5-243 more carefully...!
  261. Fixed bug when using Bi-directional Circle with leading or trailin
  262. (multiple) spaces.
  263. New in V.6.02:
  264.  
  265. Bug fixes:
  266.  
  267. If a colour in the rainbow sequence was white, and you switched on th
  268. border effect with no separate outline colour, those letters which wer
  269. white would be invisible. The 'gap colour' should be black in thos
  270. cases: this is now so!
  271. If you saved a default choices file that switched on rotate, slope o
  272. lean, FontFX would crash, because it would try to display the exampl
  273. for these facilities before the main window was open. The opening of th
  274. example pane is now only actioned if the main window is already open.
  275. New features/cosmetic changes:
  276. Border effect now obeys the outline width setting, to get thicker borders. Outline width and its arrow icons are therefore ungreyed when the Border effect is selected, even if outline colour is none
  277. The colour of the gap between the border and the character can now be specified by the user, using the normal colour-picker window method. If the same colour is selected for the gap as the fill colour of the characters, FontFX will automatically choose an alternative gap colour (the normal gap colour EORed), which is shown as a small triangular flash across the icon showing the selected gap colour. The BE script command now takes the gap colour as a suffix, e.g. \BE &FFFFFF00
  278. The amount by which the text grows and  shrinks can now be specified as a percentage for the Grow/Shrink facilities. The script language stores the value as part of the command, e.g. \GR 4
  279. Arc/Circle direction and internal shape settings are now displayed as textual descriptions, and are altered using the menu button method, as with stencil size. As a result, the sprites for these settings have been removed from the Sprites and Sprites22 files
  280. Rotate/Slope/Lean have now moved above Arc/Circle (with which they were mutually incompatible in any case). The Rotate/Slope/Lean example window still appears over the Arc/Circle settings as before
  281. The text start point for the Circle effect can now be set using the angle compass. The old \CI  script command is therefore replaced by new commands \CA, \CB and \CC + , akin to the \AA and \AC commands. Script files containing \CI commands will still be understood
  282. Because of the increased use of the angle compass, FontFX now remembers separate angle values for each of Rotate/Slope/Lean, Clockwise Arc, Anti-clockwise Arc, Clockwise Circle, Anti-clockwise Circle and Bi-directional Circle. When you switch effect, the last angle setting for that particular effect is restored
  283.  
  284. New in V.6.03
  285. A small number of fonts exist which do not have real spaces: that is
  286. the space character contains visual data. Previous versions of FontFX
  287. could not cope with this, believing all space characters to be blank
  288. Version 6.03 now checks for visual spaces, and converts them correctly.
  289. In order to provide a free 'sampler' program called FontFX6 Lite, th
  290. structure of the program has altered to make it easy to update bot
  291. versions simultaneously.
  292. The complete DiscWorld line up
  293. As per usual we have our collections of the latest RISC OS games and applications, as well as support files for this issues articles. So the full DiscWorld line up looks something like this:
  294. DevBoard
  295. Support files for our ARM board article.
  296. DWorks
  297. DrawWorks support files from the DrawWorks article.
  298. FontFX
  299. A full free version of FontFX for RISCWorld subscribers.
  300. Games
  301. All the games from this issues games world column.
  302. Iyonix
  303. Software from the Iyonix column
  304. PD
  305. All the latest PD, shareware and freeware releases from the PD column.
  306. RiscCAD
  307. Demo version of RiscCAD.
  308. VICE
  309. A copy of VICE (Versatile Commodore Emulator) Version 1.16 (32bit clean)
  310. ToolBox
  311. This contains two sets of Toolbox Modules. The Castle archive contains the latest 26/32 bit neutral system components, required if you want to run a lot of new software releases on 26bit machines (ie. anything that isn't an Iyonix). The RISCOS Ltd archive contains later and improved versions of a number of modules and is suitable for all versions of RISC OS from 3.1 onwards.
  312. Aaron Timbrell
  313.  
  314. ÿÿÿÿISSUE6/DTP1/INDEX.HTM Issue 6, DTP Bitmaps
  315.  
  316.  
  317.  
  318. DTP Bitmaps
  319. Dave Bradforth
  320. With the age of the digital camera well and truly upon us, David Bradforth takes a look at the options available in terms of bitmap graphics creation and editing; and provides an update on the situation of a leading RISC OS design program.
  321. Last time we took a look at the options available in terms of page layout software and discovered that the leading program - Ovation Pro - is still very much a favourite for those actively using RISC OS computers; but then so is Impression. Although news on Impression-X has been slim to date, we're told that an update is due shortly - if we've got it, more news will follow next time.
  322. News update
  323. Since the last issue, the Cerilica Limited website has disappeared from the Internet. Visitors to 
  324. It's a shame as, so far as these projects go, Vantage had a lot of potential. It suffered more from the point of view of overhype - what it should be able to do; rather than what it could. Yes, the colour preparation system is unique and actually very good, but the user interface certainly lacked the key requirement of being intuitive and magazines have featured the program in terms of starting new articles only to cease almost immediately resulting in little in the way of supporting documentation.
  325. It's the hope of this writer - and, indeed, of the rest of the RISCWorld team - that the RISC OS market doesn't gain further products in this fashion. With the size of our market at the moment that would be truly disappointing.
  326. Anyway, moving on from this let's take a look at bitmap graphics software available for RISC OS. Never before has the launch of a computer resulted in so much new graphic design software than with the launch of the RiscPC series in 1994. For the first time, Acorn had produced a computer that was capable of creating true-colour (24-bit) graphics, and the developers were more than eager to do their bit in supporting it.
  327. Much of this is still available, although by no means all of it. Here we're presenting a summary of the best out there.
  328. DA's Picture (originally from Digital Arts, Germany)
  329. DA's Picture was a relative latecomer into the RISC OS graphic design arena. Released by German company Digital Arts, and distributed by CGS Computerbild, it brought essentially the majority of the features of the Atari ST/Falcon version of the program to the RISC OS platform.
  330.  
  331. Located on the arcsite.de domain, instructions are available for DA's Picture in English and German.
  332. With a wealth of features including filters, textures, colour blends and much; much more this program certainly is worth experimenting with - especially if you've got lots of RAM. Simply put, the more memory you've got in your computer, the better and faster it will be at editing digital images.
  333. DA's Picture is available now, from 
  334. Photodesk
  335. Long regarded as a market leader for RISC OS bitmap graphics packages, Photodesk Olympic is the latest and seemingly greatest version of the package. Boasting many key features expected from the likes of Photoshop, such as layers, filters and a wide variety of tools, the latest version works with the Iyonix PC thanks to the efforts of David Ruck.
  336. To quote directly from the CJE Micros website:
  337. PHOTODESK OLYMPIC is a bitmap editing package on the Acorn platform that has been favourably compared with industry standard graphic tools. True studio quality is available with enhanced quality tools and effects with extensive calibration, accuracy and previewing giving much improved productivity for the professional user.
  338. Virtual memory is highly optimised for bitmap graphic processing and extensive hardware support is provided. A great deal of development effort has gone into ensuring that this truly professional solution retains ease of use, productivity and quality. Even small but thoughtful touches, such as the provision of left - handed tools have been implemented. The professional graphics designer as well as the enthusiastic dabbler will feel equally at home with this package.
  339. PHOTODESK OLYMPIC is the professional version, which allows your work to be assembled in LAYERS. This means that the master image can be made up of individual pictures consisting of layers of colour and transparency - very like layers of acetate or film on a light box or overhead projector. The ability to layer work means that the functionality of the software is multiplied many times. PHOTODESK OLYMPIC also includes a sophisticated Colour Management System that enables the full-time graphics professional to properly handle colour separations (CMYK).
  340. PHOTODESK OLYMPIC is now available at less than half the price of previous versions of Photodesk, the only difference being that it is on CD-ROM with an on-line manual. It is hoped in the near future to provide a printed manual as an optional extra. What is more, the new version includes all currently published Plug-ins at no extra cost.
  341. Plug-ins (supplied FREE with PHOTODESK OLYMPIC):
  342. Collection FX1 contains 10 plug-in applets that perform the following tasks: * Zoom blur * 3D ripple * Diffuse Map * Lens Map * Edge sharpen * Hatch stylise * Pixelise * Crackle * Outline glow * Spin Blur
  343. Collection FX2 contains 10 plug-in applets that perform the following tasks: * Chrome * Posterise * Colour Contour * Twirl * Glaze * Raindrops * Dimple * Channel map * Median filter * Crystallise
  344. Yes you read that correctly - Chris 'We have it in stock' Evans has taken over distribution of the Photodesk Ltd product range. This is to allow Chris at Photodesk to focus on his other business interests. While this could be a negative sign of development for the product going into a permanent hibernation, at least it does guarantee continued availability for the range.
  345. Photodesk Olympic is £84 from CJE Micros.
  346. The other two titles available are Studio 24 Pro, which has a lot to offer albeit with a complex user interface (£49) and Pro Artisan 24, which does away with the concept of complexity and aims for a clear and easy to understand user interface for the very reasonable price of £39.
  347. Both of these are described in the APDL advert on this disc.
  348. Dave Bradforth
  349.  
  350. ÿÿÿÿISSUE6/DWORKS/INDEX.HTM Issue 6, A Secret History of DrawWorks
  351.  
  352.  
  353.  
  354. A Secret History of DrawWorks Part 2
  355. Aaron
  356. Last issue the DrawWorks story had reached the point where work was being undertaken on DrawWorks Designer, which was similar to DrawWorks2 but had a much improved user interface.
  357. DrawWorks Designer
  358.  
  359. DrawWorks Designer took the idea, from the PC application I mentioned last time, of having two rows of tools, with the tools being shown on the bottom row determined by which tool was selected from the top row.
  360.  
  361.  
  362. DrawWorks Designer
  363. DrawWorks Designer provided a much simpler and more elegant user interface, and also presented the opportunity to fix a number of long standing issues with DrawWorks2. It also solved the problem of how to add new features to DrawWorks, as now there could be as many buttons as I liked. Among the new features were the PureTint colour pickers, which allowed the user to select from hundreds of in-built colours and to be sure that if they chose the same colour for two different objects they would match. At this point I approached Pantone about licensing the Pantone colour library, they were certainly interested, but I wasn't, mainly due to the massive licensing fees involved. So in the end we found a freely available colour system that was similar to the Pantone colours, but not quite the same.
  364. At this time the idea of adding named colours also arrived. I was working on a number of designs for a customer and they all had the same basic colour scheme, and it wasn't in the PureTint range. So I decided that the best idea would be to allow DrawWorks to store a set of named colours so the user could choose them easily and quickly, but how to add the colour in the first place? The eventual solution was to take an existing draw object, in my case one of the logos I was working on, and get DrawWorks to extract the correct colour from the object and then store it.
  365. This threw up another problem, how could you tell what named colour, or indeed PureTint colour matched the object? If you have a similar range of shades trying to guess on screen from a non colour calibrated monitor would be next to useless. So I also wrote code that could extract an existing draw object, and compare the colours in it to the named or PureTint colours and tell the user which one it was. DrawWorks Designer was starting to get quite complex and was ending up being a lot more than a visual overhaul of DrawWorks2.
  366. Lots more new features were added over the coming weeks with an eventual release date decided by the date of the Acorn World Show. At the same time we were also working on other DTP related applicationsand one day I had a clever idea. Why not link the applications together? We were considering writing a simple clip art manager for DrawWorks, but we already had a full clip art manager by the name of Mr Clippy. Why not simply add a button to DrawWorks that allowed it to interface with clips stored in Mr Clippy. This line of thinking would greatly influence DrawWorks development in the future.
  367. With Acorn World fast approaching a problem started to appear, the new DrawWorks was too big! It had to be usable on old RISC OS 3.1 machines, and so had to fit on an 800K floppy disc. We tried various different routines to pack the data, but it still wouldn't fit. In the end each file was gone through by hand removing any extra data that could be got rid of, then the whole application, with it's new on-line manual (based on our InformED manual generator) was compressed as heavily as possible. In the end we got it to fit in 799,186 bytes, which is a pretty full 800K disc!
  368. So with Acorn World 97 upon us it was time to launch DrawWorks Designer. We took out full page, full colour adverts in the Acorn press in the hope we would get a few upgrades at the show, that was a bit of an underestimate. Within minutes of the show opening we were swamped with DrawWorks2 discs being returned for an upgrade. So far so good. DrawWorks Designer was on constant demo, until it crashed! Argh! Even though it had been through 3 months of beta testing with dozens of users a semi-fatal bug was still in place. It was quickly found after the show and an updated issued on the iSV products website, but it still really annoyed me.
  369. As is often the case more minor problems started appearing and required fixing. Whilst digging around my old work files during the writing of this article I came upon the list of bug fixes and changes made up until the final DrawWorks Designer version 1.13:
  370. Bugs fixed in version 1.11
  371.  
  372. Problem of extra copies of main toolbar appearing on screen tracked down to loaddwd_prefs
  373.  
  374. It re-loads a new template file and the old window gets stuck on screen - patched by closing old window first!
  375.  
  376. New mould finally added for 3DDesktop - used for DWD box cover drawing of the drawing board
  377.  
  378. Bugs fixed in version 1.12
  379.  
  380. Nasty bug - syntax error in filter library : caused by missing : ! - only effects some objects!
  381.  
  382. Problem of pressing cursor keys in path moulder fixed - pressing cursor caused moulder to start
  383.  
  384. Now only loads one copy of Draw with DrawWorks
  385.  
  386. Doesn't try and re-load templates after cancel in DWD prefs window - gets rid of "Not enough memory to create window"
  387.  
  388. Show print borders from prefs window now works correctly (button wasn't even checked!)
  389.  
  390. Grid lock button now works correctly (lock actually works but button did not come on)!
  391.  
  392. Floating tool bar no longer jumps in front of menus
  393.  
  394. Bugs fixed in version 1.13
  395.  
  396. Removing kerning from text with no kerning no longer causes text to vanish
  397.  
  398. pptr_menu strings added to toolbar buttons on all three user levels
  399.  
  400. ptr_menu sprites added to !sprites and !sprites22 files
  401.  
  402. No longer get black line at bottom of anti-aliased sprites/Giffs - problem was height being an odd number!
  403.  
  404. Font used menu from draw info now doesn't crash at odd times - fault was because the newfile% data block was getting discarded after opening the window!
  405.  
  406. Spelling mistakes removed from manual
  407.  
  408. Shared tools save box altered so text doesn't overlap using outline fonts
  409.  
  410. iKick application changed because logo got left on screen due to new window manager now the window is shut and a force_redraw is issued to clear the area.
  411.  
  412. Which only goes to prove that no matter how much work and testing you do, the only way some bugs surface is when a customer actually gets a product in their hands.
  413. Work was started on a new version of DrawWorks Designer called Version 1.40, but I kept adding more and more features and making more and more changes. At the same time work was taking place on Typography 2100, our new font CD, and on a new copy of Mr Clippy, as well as on other DTP related applications. In the end so much had been changed that I decided that the only sensible thing was to release a new version of DrawWorks. This would no longer be on floppy discs but would be on CD, with lots of extras, the name would be DrawWorks Millennium. We had good reason for wanting a CD version with everything included, we knew that Vantage was being developed and wanted to make sure we could complete. I will cover DrawWorks Millennium development next time.
  414. I have dug out a version of DrawWorks Designer V 1.13 and put it in the software directory in this issue, so you can see how DrawWorks had progressed from the DrawWorks2 we included last issue.
  415. Aaron
  416.  
  417. ÿÿÿÿISSUE6/EBAY/INDEX.HTM Issue 6, How to get the best deals on eBay
  418.  
  419.  
  420.  
  421. How to get the best deals on eBay
  422. RISCWorld
  423. Do you ever get frustrated when you don't win items in an eBay auction, or perhaps find that items sell for less than you wanted? David Bradforth offers some practical advice on getting more from eBay; in the way you want.
  424. The key thing to remember with eBay is that it's an Internet Auction site and, as in a live auction, you have buyers looking for the best deals and sellers hoping for a bidding war to begin and hence the price of items to be driven up. There are ways for both sellers and buyers to get exactly what they want from eBay and, this month in RISCWorld, we'll aim to take a look at a few of them.
  425. There's nothing fancy here at all - everything we've suggested needs no special software beyond your web browser and a little time to experiment.
  426. Sellers
  427. As an eBay seller, you are putting an advertisement out in the world. Just as it would in a newspaper, this advertisement needs to give a reasonably detailed account of what the product is you're selling, what you'll need to make use of it, any comments about the state of it and the price you're looking for.
  428.  
  429. Should it be an auction, or fixed price? You decide
  430. If you're selling RISC OS related items, you're generally selling to people who know what they're talking about and are simply looking for a bargain.
  431. Hence a listing that includes INTEL, SUPER CHEAP or BARGAIN in the title is likely to get less interest than one that simply explains the nature of the product you're trying to sell. For hardware, you should state the machine model (e.g. Acorn Risc PC 700), memory (32Mb + 2Mb VRAM) and hard disc space; then add '+ Extras' to add interest for the prospective purchase and make them read more of the listing.
  432. Photographs will always help your items to sell - particularly hardware. It gives purchasers a chance to see the quality of the item before they actually place a bid on it; which will help increase the amount people are prepared to bid on high-value items. People need a chance to have some reassurance that they're not going to end up with something that should have been junked years earlier.
  433. eBay does state during its registration process 'Caveat Emptor' - let the buyer beware. Which basically means that buyers need to make sure they're actually getting worthwhile product through eBay in general and they need to keep an eye out for worthwhile dealers who treat their customers correctly and offer responsible terms.
  434. Buyers
  435. For Buyers, eBay really is their market. As a buyer, when bidding on an item you should enter the maximum amount you're prepared to bid and go no higher.
  436.  
  437. Check the specifications of any item before you buy it. If you need any clarification about an item, email the seller before buying.
  438. If you do come across an item that reminds you perhaps of something in your childhood, it can be difficult to resist the temptation to just buy it for the sake of childhood memories and nostalgia will often make us spend more than we should on items that perhaps do not warrant it.
  439. Be strong; keep to your initial assessment of what it's worth and if you lose the bid don't worry - sooner or later the same item or similar will be back on eBay, and you may end up paying less than you would have done otherwise.
  440. One thing you do not to be careful of on eBay is the authenticity of items; particularly with major film releases such as Star Wars III just around the corner. Interest is peaking again in Star Wars-related merchandise, to such an extent that replica light sabres from the first two films are fetching close to £1,000 on auction and have truly ridiculous buy-it-now prices.
  441. They key term in that was replica - these are items that any fan can buy from a model shop for £50 or so at any time, and just because they were authorised by Lucasfilm it doesn't justify the phenomenal prices being asked.
  442. It is very much a buyers market on eBay - sellers will only sell their products for the amounts that buyers are prepared to pay; and the key to success here is to be realistic about an items value. If you'd not have paid a certain amount for the item when it was new, why pay the same for it now?
  443. Hopes for the future
  444. There are a number of very useful utilities to make listing items on eBay easier; but none are available for RISC OS users and the web browser support could do with being stronger. We'd like to see RISC OS equivalents of the turbo listing tools; something that can make those of us using RISC OS have the same ease as our PC-owning friends.
  445. We can but hope...
  446. In the meantime here are my top tips for getting the best price if you are selling on eBay:
  447. Set your auction to end in the evening, not in the day, often 11:45 at night works well
  448. Think about your description, if you sell a RiscPC make sure the advert says Acorn RiscPC, it will be easier for people to find
  449. Include a photograph
  450. Answer any questions promptly and politely
  451. Finally when you send the item to the winner bidder package it properly
  452.  
  453. ..and for buyers:
  454. Find auctions that finish when people are at work
  455. Increase your bids by small amounts - you might only be £1 off being the winner
  456. Don't bother with the buy now button unless you know it's a bargain
  457. Don't just hunt in the correct groups, do a search from the main page. e.g. for Acorn
  458. Keep looking, just like buses another similar item will be along in a minute
  459.  
  460. Dave Bradforth
  461.  
  462. ÿÿÿÿISSUE6/EDITOR/INDEX.HTM Issue 6, Editor's Corner
  463.  
  464.  
  465.  
  466.  
  467. Editor's Corner
  468. Aaron Timbrell's own bit of the magazine.
  469. There was a discussion recently on Archive Online which related to !Dict, the dictionary program for RISC OS. The question was, was this an application that only ran on RISC OS, and was something that Windows PCs simply couldn't do. The short answer was no. PCs running Windows were just as capable of using a similar dictionary program, which provided similar functionality. This got me thinking, was there anything that RISC OS could do that the PC couldn't?
  470. In the end I couldn't come up with very much; indeed many of the things I do now can't even be done on RISC OS, this editorial being an example. So why couldn't this be done on RISC OS? I'll tell you why, it's because I'm not typing it. Instead I am dictating this article to the PC using Dragon Naturally Speaking. I purchased a copy on eBay for the princely sum of eight pounds, complete with a headset. Okay it's not the latest version but it still does the job very well. I simply sit in front of the PC and instead of typing I just say what I like and the PC types it for me. Speaking to the computer is a bit strange. I remember playing with early voice recognition software under Windows 95 almost ten years ago. It was awful and made numerous mistakes and it was actually quicker for even a slow typist to type by hand rather than to use the program.
  471. The lack of voice recognition for RISC OS isn't a fault of the operating system, it's simply that developing voice recognition is expensive and the small size of the RISC OS market means it isn't economically viable. It's a great shame as I'd much prefer to be dictating into OvationPro then into WordPad. There are other areas where RISC OS lags behind windows and other operating systems, for example browsers. Many sites on the Internet now simply don't work properly with RISC OS browsers. Again this isn't a fault of the operating system itself but simply an indication of the small size of the RISC OS market. What we really need is for someone to make a success of RISC OS outside the traditional desktop market and to be able to feed back development into desktop versions of RISC OS.  As an example many mobile phones now support voice recognition, indeed a £49 phone I bought recently supports voice recognition for ten numbers. If RISC OS is going to succeed in new markets then it's going to need that type of functionality.
  472. There are a number of things RISC OS does very well. In my view it has some killer applications. I'm thinking in particular of things like ArtWorks2, TechWriter, OvationPro and recently RiscCAD. The point is that although the things RISC OS does it does very well, there are too many things it can't do. If anyone is to make a success of RISC OS outside the existing desktop market then they going to need to address these deficiencies, unless there is a big market for RISC OS powered washing machines or toasters of course.
  473. Editors Rant of the month
  474. The following is about the vehicular faith, not specifically about computing.
  475. What can I find to rant about this month? Well, to be honest, it's difficult to find very much. I had to buy four new tyres for the Shogun, and although they aren't small, they are quite cheap, coming in at just under £200 for the four including all the extras. They were fitted the day after they were ordered by a local tyre fitters who were quick, polite and helpful. The only thing I can really complain about is a long running electrical gremlin.
  476. For some time now the Shogun has been getting increasingly difficult to start in the mornings. The battery is fully charged and the starter motor spins away, but the V6 just won't have it. The normal way for me to get the vehicle to go is to pop the bonnet and fiddle with the wires on the water temperate sensor, provided the ignition is switched on there will usually be a click, then the vehicle will start. Why fiddling with the temperature sensor made the vehicle start was always a mystery, but what the hell, as long as it worked.
  477. Recently this trick has stopped working. Despite waggling the wires in the vain hope of success there was no click sound. The Shogun has a complex multipoint fuel injection system with a myriad of sensors, so in the end I had to dig out the wiring diagram, which showed no logical reason why the temperature sensor waggling should work. So I delved deeper into the Haynes manual to find out what was supposed to go click when the ignition was turned on. After half an hour if intense reading the answer was revealed, a servo mounted underneath the throttle body. I removed the nasty multiplug that connects the wiring loom to the servo and, oh look, the wiring is wrapped in the same section of loom as the temperature sensor, so if you pull the wires at the front the multiplug moves slightly. Inside the multiplug was a lovely collection of corroded contacts, which responded well to a quick attack of emery paper. I then reassembled it all, turned the ignition on and got a nice click and the Shogun started first time.
  478. Next morning it wouldn't start. I will have another stab at it this weekend, but it teaches me one thing - electrical systems are very complex and finding the fault can be very time consuming. Even if the fault can be found, can it be fixed? Who knows, I don't, it's just a shame you can't fit a couple of SU's and ditch the fuel injection.
  479. Printing RISC World
  480. The new look of RISC World means that you will no longer get the yellow background when printing articles from RISCWorld. However you will still get the blue border on the left unless you turn off the printing of background images. The example below shows the print dialogue box from Fresco.
  481.  
  482. As you can see the option "No Background" is ticked. If you want to print out any of the RISCWorld pages and don't want to waste ink on a blue border then make sure you have clicked a similar option in your browser.
  483. Aaron Timbrell
  484.  
  485.  
  486.  
  487. ÿÿÿÿISSUE6/EXPO2005/INDEX.HTM Issue 6, Expo 2005
  488.  
  489.  
  490.  
  491. Expo 2004
  492. The mainland Europe Expo 2005 previewed by RISCWorld
  493.  
  494. Once again the Big Ben club in the Netherlands is organising it's regular RISC OS show on Saturday the 18th of June 2005. As RISC OS enthusiasts in mainland Europe will know this is the only RISC OS show that takes place outside the UK. The Big Ben Club is the nationwide Dutch Acorn User Group and is very active in RISC OS circles.
  495. The show will be held at the Expohall, Hotel Mercure, Buizerdlaan 10, Nieuwegein (near the city of Utrecht) and is open from 10 in the morning until 5 in the evening.
  496.  
  497.  
  498. Map of the show venue
  499.  
  500. The Show offers exhibitions and promotions by various companies, including Dutch, German and British RISC OS dealers. A number of club members will also be on hand to offer demonstrations. This is an excellent opportunity for European customers to meet with companies based in the UK, as well as an ideal time for UK companies to be able to demonstrate their products face to face.
  501. It's hoped that there will be a show theatre, although at the time of writing a list of speakers was not available. However the latest information can always be found on the club website at 
  502. The Expo 2005 offers a great chance for UK dealers to see their European customers, and for RISC OS users living in mainland Europe to try a wide range of RISC OS product before parting with any hard earned money.
  503. RISC World
  504.  
  505. ÿÿÿÿISSUE6/FONTFX/INDEX.HTM Issue 6, FontFX
  506.  
  507.  
  508.  
  509. FontFX
  510. RISCWorld
  511. FontFX6
  512. © APDL 2005
  513. All rights reserved. This program is licensed for use on a single computer by a single user.
  514. This version is supplied for the use of RISC World subscribers only.
  515.  
  516. Introduction
  517. How it works
  518. How to use FontFX
  519. Fonts
  520. Font Size
  521. Outline and Fill Colours and the Rainbow Effect
  522. Outline Width
  523. FontFX Special Effects
  524. Shadow and Border Effects
  525. Stencil Effect
  526. Ripple and Jiggle
  527. Column
  528. Circle
  529. Arc
  530. Rotate, Slope and Lean
  531. Grow and Shrink
  532. Customising FontFX Start-Up Settings
  533. ScriptFiles 
  534. Preparing Script Files for FontFX 
  535. The FontFX Command language 
  536. Layout of a script file 
  537. Summary 
  538.  
  539. RISCWorld
  540.  
  541. ÿÿÿÿISSUE6/GAMES/INDEX.HTM Issue 6, Games World
  542.  
  543.  
  544.  
  545.  
  546. Games World
  547. Paul Brett with the latest gaming news.
  548. You may remember from the last issue that I said that the number of new RISC OS games was increasing. Well it's the same for this issue as we have a number of new games to tempt all RISC OS games, so what do we have new to look at this time?
  549. BombScare - Andrew Clover
  550. Andrew has recently released this as freeware on his website.  To run BombScare, double-click on it. Alternatively, double-click on the levels directory, and double-click on any level set inside it. BombScare needs to save the highscores in the levels directory, so it's best to de-archive it first. To do this, simply drag !BombScare from the archive to a normal directory viewer.
  551.  
  552.  
  553. BombScare
  554. There are sixteen levels in each set. You must complete each in turn, by collecting all the bombs on it, before the time limit runs out and they all blow up. Before each level, you get shown a map and told a password. Press Return to skip through this, or Space on the map screen to start immediately. Remember the password for each level, and you can return to it without having to play earlier levels. To do this, press P on the main menu screen and type a password. To start at the first level, press Return.
  555. For more details have a look at the !Help file supplied.
  556. Inform
  557. Inform is an Interactive Fiction (text adventure) game compiler, it takes source code you write and turns it into a game data file which is then played using an 'interpreter'. There are several interpreters available which can play Inform games on different machines. This is the latest 32bit clean version of Inform and will should run on all modern machines. You can find out more about Interactive Fiction from the 
  558. Jump'n'Bump - Really Small Software Company
  559. This is a port of Jump n Bump. This is a fun multi player game for the whole family. You are cute fluffy little bunnies and hop on the other bunnies' heads. At the beginning you are in the menu, where you have to jump over the tree trunk if you want to play and walk right. Then you'll enter the arena. The aim is to jump on the other bunnies' heads.
  560.  
  561.  
  562. Jump'n'Bump
  563. Full source is included. Note that long filename support is required, although the game will run from the Archive.
  564. The controls are:
  565.  
  566. a,w,d to steer Dott
  567.  
  568. arrows to steer Jiffy
  569.  
  570. j,i,l to steer Fizz
  571.  
  572. 4,8,6 to steer Mijji (on the numeric pad)
  573.  
  574.  
  575. Super Methane Brothers - Mark Paige
  576. This is an updated RISC OS version of the Super Methane Brothers game. Puff and Blow each have a Methane Gas Gun which fires a cloud of immobilising gas. If this comes into contact with a bad guy he will be absorbed into the gas and then float around the screen for a limited time. Bad guys are harmless in this state. Puff and Blow must suck the floating gas clouds into their guns and blast them out against a vertical surface. Bad guys then turn into bonuses which can be collected. Be warned! - the gas cloud dissolves with time after which baddies become active again and extremely annoyed.
  577.  
  578.  
  579. Super Methane Bros
  580. The source code is provided. The GNU General Public License V2 applies to this game. The controls are shown on screen.
  581. Battle for Wesnoth - Unix Porting Project
  582. The Battle for Wesnoth is a turn-based strategy game with a fantasy theme. Players need to build up a great army, gradually turning raw recruits into hardened veterans. In later games, you can recall your toughest warriors and form a deadly host against whom none can stand! Choose units from a large pool of specialists, and hand-pick a force with the right strengths to fight well on different terrains against all manner of opposition.
  583. The plot relates to your fight to regain the throne of Wesnoth, of which you are the legitimate heir, or you can use your dread power over the Undead to dominate the land of mortals, or lead your glorious Orcish tribe to victory against the humans who dared despoil your lands. Wesnoth has many different sagas waiting to be played out. You can create your own custom units, and write your own scenarios, or even full-blown campaigns. You can also challenge your friends, or strangers and fight multi-player epic fantasy battles.
  584.  
  585.  
  586. Wesnoth
  587. Build up a formidable fighting force, starting from a single leader and a small amount of gold.
  588. Over 200 unit types in six major factions, all with distinctive abilities, weapons and spells.
  589. Several multi-player options available, including internet play.
  590. Scores of different custom-designed maps, and unlimited random maps.
  591. Hundreds of campaign scenarios available for download via a simple in-game procedure.
  592.  
  593. That's all we have space for this issue, but we plan to have even more gaming delights next time.
  594. Paul Brett
  595.  
  596.  
  597.  
  598. ÿÿÿÿISSUE6/HUGHJ/INDEX.HTM Issue 6, The Hugh Jampton Experience
  599.  
  600.  
  601.  
  602. The Hugh Jampton Experience
  603. Standing proud for the downtrodden masses..it's...Hedge Jumpedon
  604.  
  605. Thanks you...thank you...you're too kind, in accepting this award I feel it's only fair to thank my mother, father, brother and...oh, no award? Oh well, I suppose that means it must be time for Hugh's Caption Conundrum!
  606. The caption competition
  607. Last issue we published the following and asked our keen eyed readers to come up with a suitable caption...
  608.  
  609. So what was in my mail box this time?
  610. "I thought you said Bach"
  611.  
  612. Alan Dawes
  613. "My, that's a good face lift Rod. (Stewart)"
  614.  
  615. Alan Shooter
  616. "I was doing this Office Works course & my I.T. instructor told me I needed to practice my keyboard skills"
  617.  
  618. Chris Newman
  619. "Is this music badly printed or do I need glasses?"
  620.  
  621. Chris Newman
  622. "I refuse to play "Kitten on the Keys"
  623.  
  624. Chris Newman
  625. "It's Bach, silly. Not woof woof."
  626.  
  627. Laurence Simmonds
  628. "It's woof woof, silly. Not Bach."
  629.  
  630. Laurence Simmonds
  631. "It's the moonlight bone-ata"
  632.  
  633. Laurence Simmonds
  634. "Don't shoot me, I'm the piano player!"
  635.  
  636. Laurence Simmonds
  637. "The BBC announced cut backs in its music department earlier today."
  638.  
  639. Laurence Simmonds
  640. "I can't really play the piano, Hugh Jampton made me do it!"
  641.  
  642. Laurence Simmonds
  643. "You hum it, I'll play it."
  644.  
  645. Laurence Simmonds
  646. "I prefer to stand, it's the only way I can reach the high notes."
  647.  
  648. Laurence Simmonds
  649. "That dog is a real cool cat."
  650.  
  651. Laurence Simmonds
  652. "And now some Bach (Bark)"
  653.  
  654. Matt Thompson
  655. "I only do classical"
  656.  
  657. Harry Smith
  658. However in the opinion of the judges there was only one entry that was destined to win...
  659. "I've only started singing falsetto since the operation."
  660.  
  661. Chris Newman
  662. So congratulations to Chris, absolutely nothing at all won't be winging it's way in the post.
  663. Anyway keeping the doggy theme (based on the fact that I get more responses with cute animal pics) here is this issue's picture, can anyone think of a suitable caption?
  664.  
  665. Send your entries to HughJ@riscworld.co.uk and you too could become the envy of tramps everywhere.
  666. Hugh's letterbox
  667. Hello Hugh.
  668.  
  669. Hope you are good as our American friends might say. What about a competition on "Why I would like to win Hugh's caption competition".
  670.  
  671. Best regards
  672.  
  673. Harry Smith
  674. What an excellent idea, so why don't we have two competitions this time, our usual caption competition and a second competition on why you would like to win the first competition. Points will be awarded for the silliest reason, so get writing! If we have enough entries then it will save me the effort of knocking out a column for the next issue, and I will still get paid! So email your entries to HughJ@riscworld.co.uk.
  675. Hugh's picture gallery
  676. Moving quickly on lets see what other fun packed pictures have been e-mailed to me recently...
  677. Firstly one for cat lovers.
  678.  
  679. And now many a true word said in jest...
  680.  
  681. It's no good I am going to have to put in another cat picture...
  682.  
  683. A logo you won't be seeing round here...
  684.  
  685. Although I can suggest the ideal OS to run on it..
  686.  
  687. That's all from me for this issue, see you again in May.
  688. Hugh Jampton
  689.  
  690. ÿÿÿÿISSUE6/IYONIX/INDEX.HTM Issue 6, Iyonix Issues
  691.  
  692.  
  693.  
  694.  
  695. Iyonix Issues
  696. News for Iyonix owners.
  697. Mark Rowan, our Iyonix columnist, has been ill recently and has been unable to write a column, so instead we are having a quick run down of news for Iyonix owners.
  698. There have been two major releases of note for Iyonix owners recently, the first was that Castle finally announced the long anticipated upgrade to USB2 for all existing Iyonix computers. To quote the Castle press release:
  699. Castle is pleased to announce that an upgrade to USB2 is now available for all IYONIX pc users. USB2 offers an underlying bit transfer rate of 480 Megabits per second (USB1 runs at 1.2 or 12.0 Megabits per second). Overheads and other limits in the system (and in the attached USB peripheral) mean that the throughput achieved for a given USB device will not usually be as high as the full 480 Megabits per second specification. Typical improvements in speed for USB2 devices (memory devices, scanners etc) attached to an upgraded IYONIX pc will be variable depending on a number of factors.
  700.  The USB2 upgrade is a software upgrade that runs on existing USB cards as fitted to all IYONIX pcs. The upgrade can be ordered on line for just £29.95 (delivery of the upgrade is supplied from our secure server and therefore an internet connection is required). Price includes VAT.
  701. All new IYONIX pcs ordered on or after the 1st of February 2005 will be shipped with a full implementation of USB2. For further information please see: 
  702. !DRU-R100 released by Dave Higton
  703. !DRU-R100 is an application to control a D-Link DRU-R100 radio. This is a small USB powered radio the plugs into the USB sockets on an Iyonix. !DRU-R100 will let you tune the radio, either in MHz or by station name, turn it on and off, and watch the stereo status.
  704. You will have to input the station names yourself but !DRU-R100 makes it easy. If you put the app somewhere that is "seen" (booted) by RISC OS, then it should start up automatically if you have a DRU-R100 radio on your USB anywhere.  It will also quit if the radio is unplugged, and start again automatically if the radio is plugged in again. The application is tested and working on an Iyonix, but should also work on any computer with a Castle USB expansion card.
  705. You will need FilerHRun, which can be found in the Iyonix Software Directory on this issue of RISCWorld. Make sure you install FilerHRun where the author suggests.
  706. !DRU-R100 is freeware, and is released under the GPL. This means that you are free, not only to use it, but to alter it if you wish. Please consult the file "gpl" inside the application, which details the terms of the license.
  707. RISCWorld
  708.  
  709.  
  710. ÿÿÿÿISSUE6/LETTERS/INDEX.HTM Issue 6, Letters Page
  711.  
  712.  
  713.  
  714.  
  715. Letters Page
  716. It's still getting smaller...oh nuts to rhyming it...
  717. So lets start with more on the VirtualGolf competition saga...
  718. Hi,
  719.  
  720. I have just been reading the new edition of RISCWorld. It has occurred to me that I have not received the copy of Virtual Golf which I understand I won in the competition from the previous issue. Could you please advise if it has been sent?
  721.  
  722. Thanks for continuing to publish an interesting magazine - I look forward to each new issue.
  723.  
  724. Kind regards,
  725.  
  726. Julian Benton
  727. Ah, well you are asking the wrong person, although I edit the magazine I don't handle any production or dispatch of issues or prizes. I have forwarded your enquiry to a Mr D Holden in our complaints department who will be delighted to assist in any way that doesn't actually involve doing anything. After being poked with a fully charged cattle prod he has promised to e-mail you directly. It seems we have the games, but not the instructions, with a bit of luck this will be sorted out by the time this issue arrives.
  728. I'm glad you enjoy RISCWorld, don't forget to renew your subscription for the action packed volume 6, coming soon to a wastebasket near you.
  729. Now it's a response to our VirtualAcorn problem solving article.
  730. VA and Disappearing directories,
  731.  
  732. I bought a RiscBook+SE at the Guildford Show from RComp. One objective was to use it to show slideshows produced on the KineticRPC. The images I get from my Olympus C920Z using the SmartMedia card. The RiscBook has a built in card reader. I also bought a USB plug-in floppy disc drive for transferring stuff from the KRPC.
  733.  
  734. As a totally non-MSPC user I have problems with Windows in any case, but in trying to transfer images from the SM card directly into VirtualRPC, files / directories were lost when I went back into Windows so that I could experiment with the picture display methods in there. My wife did a "search" and found them in very odd places. I am not now sure that I did not have oddities also when using the floppy drive.
  735.  
  736. On shutting down and starting in Windows and going to HardDisc4 there were the directories and images as originally set up in VRPC. This carried on as a mystery, but we decided to shut down the laptop every time instead of going back into Windows.
  737.  
  738. My wife decided to change the Windows background to something she liked better and one thing was immediately obvious. If turning on and going straight into VRPC to work, when shutting down to revert to Windows the background screen that appears is the original as set up by RComp. It is in here that the odd things seemed to happen. We now always open in Windows -the new background - then VRPC. When going back into Windows it is to the new screen and everything seems to be where expected.
  739.  
  740. We have not done recently the sort of investigations we did to start with so this may all be irrelevant!
  741.  
  742. Another small detail I have just become aware of is my tendancy to turn on and when the initial choice of screens comes up, to immediately select on VRPC to get it to load, which it does with varying levels of flashing screens. What I have been doing is to beat Windows being loaded properly, especially as the signs for this are not very obvious. From now on I must be more patient. I dont know if any of this is significant.
  743.  
  744. Eric Dobson
  745.  
  746. PS I have more major problems which I am raising on Archive-on-line.
  747. Dealing with the problems in turn. If you or your wife finds a directory in an odd place then it's there because you put it there. I have seen this happen with laptop users who are not familiar with Windows on countless occasions. The first thing to do is buy a mouse and stop using the touchpad. What many users don't realise is the the surface of a touchpad not only acts as a mousing surface but also as a button. So you move the mouse around with the touchpad and can easily accidentally end up clicking on something and dragging it around. This is where the second problem kicks in; if you drag a directory from one place to another Windows doesn't copy it, like RISC OS does, it moves it from one place to another. My advice is get a mouse and I bet the problem will go away.
  748. With regard to changing the Windows backdrop, your wife only changed the backdrop on one user account, which is why the other user account kept the original backdrop. As for "beating" Windows that isn't the problem. Most likely Windows is loading all sorts of stuff as well as VirtualAcorn, but you will need to ask R-Comp as they set up the machine.
  749. Now moving on...
  750. Dear Aaron,
  751.  
  752. In your rant, you connected two paragraphs with 'however'. Were the two events connected in some way? Is there something missing?  Or are you trying to say that although it's easy to fit a new seat belt, the radiator can sometimes spring a leak?  Or was it an 'act of God'?  (I think we should be told.) By the way "Editors Corner" should have an apostrophe. The corner of the editor? Or the corner of editors?  In which case there should be more than one editor in the corner. Otherwise it's "Editor's Corner".
  753.  
  754. Sorry.
  755.  
  756. Regards
  757.  
  758. A P Dant
  759.  
  760. (Aka Lol Simmonds)
  761. Sorry, you are wrong. I've gone back and re-read the article and the "however" refers to the vehicle passing its MOT at the first attempt, seemingly providing some degree of reliability, and then going wrong shortly afterwards. I do however accept the comment about Editor's Corner, after all it's possessive, so I have corrected it for this issue, but reserve the right to mess it up again at some unspecified future point.
  762. Dear Sirs,
  763.  
  764. I am running OS 4.02 on a Risc PC with 42MB RAM with Oregano and  Webster and having difficulty accessing a number of websites, for example the Consumer magazine 'Which' website and the mobile phone operator O2. They throw up the statement that the browser is out of date and needs updating. I had a long argument with the Information Typist at 'Which' who said I should download all sorts of browsers for Windows and Macs but had not heard about RISC based computers - she knew nothing about them - and that I should upgrade.
  765.  
  766. Can you suggest how I can access these sites that do not follow the protocols of the WWW? Additionally I find eBay is incredibly slow to load and operate; suggestions please on how to improve the load up speed.
  767.  
  768. Regards
  769.  
  770. Nigel Price
  771. Yes, I can make a recommendation - buy a PC and run FireFox. For those that don't like this suggestion then you do have a couple of RISC OS alternatives. Have you tried NetSurf? It's free and exceptionally good. Or you could upgrade what sounds like Oregano 1 to Oregano 2, although this will cost money. My bottom line advice though would remain to buy a cheap secondhand PC for a hundred pounds or so and use that. As for the speed of eBay this depends on your connection speed. I find eBay very fast, but then I am on broadband and am just over 40 feet from the local exchange.
  772. Dear Aaron,
  773.  
  774. I agree wholeheartedly with James Regan's comments at the end of "DTP Experiences", although I'm not so sure about the cocoa. Tea is much better.
  775.  
  776. Regards
  777.  
  778. A T Drinker
  779.  
  780. (Aka Lol Simmonds)
  781. Thank you, I think the point about cocoa is that it's a sleeping aid. I don't think Tea is, unless you get hit by the urn of course.
  782. That seems to be it for this issues letters column. So to avoid this column being rather short next time why not write in to us what you would do with any well known RISC OS figure of your own choosing, a stake, a shovel, a crossroads and six months of spare time.
  783. Aaron Timbrell
  784.  
  785.  
  786.  
  787. ÿÿÿÿISSUE6/NEWS/INDEX.HTM Issue 6, News
  788.  
  789.  
  790.  
  791. News
  792. The latest news from the RISC OS world
  793. Foundation RISC User DVD Edition
  794.  
  795. Launched to coincide with issue 16 of the regular CD edition o
  796. Foundation RISC User, the new DVD-ROM contains absolutely everythin
  797. that Foundation RISC User has ever published, right back to issue 1
  798. that's five full years' worth of magazines in total.
  799.  
  800. What's more, all of this material is comprehensively combined an
  801. cross-referenced within a single attractive and very easy-to-us
  802. HTML-based 'Web site format' magazine. The combined edition is mor
  803. than just sixteen separate magazines on one disc; it's a carefull
  804. integrated and indexed compilation of all the material in a singl
  805. highly organised entity with multiple ways of accessing the articles.
  806. Of course, the DVD edition continues to support Foundation RISC User'
  807. unique and pioneering interactive presentation, in which a click on 
  808. special link within an article can cause software to launch from th
  809. disc (so that, for example, clicking on an illustration of a Draw fil
  810. causes the original vector graphic to be loaded immediately by Draw).
  811. What do you get?
  812. The Foundation RISC User DVD is packaged very attractively in a blac
  813. plastic DVD library case with a full-colour disc label and sleev
  814. insert; its front cover features a collage of the cover artwork fro
  815. the sixteen constituent issues, and it will grace any RISC OS user'
  816. software shelf!
  817. As for the magazine content, Foundation RISC User has a tradition o
  818. publishing particularly lengthy, detailed and authoritative article
  819. of lasting interest and usefulness on a very wide range of topics
  820. Subjects have included programming articles (for all levels o
  821. expertise), graphics tutorials, behind-the-scenes guides to RISC O
  822. software and hardware, plus fascinating special features on unusua
  823. subjects, and the magazine has even published enhanced editions o
  824. entire books.
  825. All in all, there's a vast amount of material on the DVD: in storag
  826. terms, there's well over a Gigabyte of data (and all of the softwar
  827. is stored in compressed archives); in article terms, there are severa
  828. hundred lengthy feature articles comprising well over a million words
  829. Existing subscribers already know the value of the magazine, and ca
  830. now get all of its previous content combined on one convenient dis
  831. with enhanced indexing; non-members can now find out what they've bee
  832. missing, even if it means that they have several months of readin
  833. ahead of them!
  834. Aside from all the articles, the Foundation RISC User DVD als
  835. contains lots of other useful information, including a large archiv
  836. of the best and most useful RISC OS free software, a database sectio
  837. with many details about user groups, developers and products, and 
  838. comprehensive news section that contains a very complete record o
  839. announcements, shows and user group events since the year 2000.
  840. The news section and other time-based aspects of the DVD go up to th
  841. end of the year 2004; as with all CD editions of the magazine, th
  842. date on the disc indicates the latest date of the material containe
  843. on it, which is why the disc is labelled "Christmas 2004" (rather tha
  844. the launch date of February 2005). The FRU DVD is a five-year slice o
  845. history which runs up to the end of the year 2004; but, of course, th
  846. bulk of the material on the disc will be of interest and value for 
  847. very long time to come.
  848. Who can buy it?
  849. For the first time, as a special spin-off product from the regula
  850. magazine, the Foundation RISC User DVD is being made available t
  851. everyone, not just to members of the Foundation.
  852. However, to be as fair as possible and to reduce the price t
  853. Foundation members who have some or all of the material on the DV
  854. already, a scale of charges is being implemented, so that the longe
  855. you have been a Foundation member, the more cheaply you can buy th
  856. DVD. No matter how much you have to pay for it, though, the DV
  857. represents the equivalent of five years' worth of Foundatio
  858. subscriptions, and is therefore tremendous value!
  859. The prices have been set as follows (including VAT and UK postage):
  860. Prices to Foundation members - The price decreases depending on the length of your membership:
  861. 1 year:  £36.25 
  862. 2 years: £29.20 
  863. 3 years: £22.15 
  864. 4 years: £15.10 
  865. 5 years:  £8.05 
  866.  
  867. Price to Select members - £25.00*
  868. Price to non-members of Foundation/Select - £43.30*
  869. Also available are several hardware and software bundles whic
  870. include the Foundation RISC User DVD:
  871. DVD + 1 year's new Foundation membership:  £70.50 *    [save £12
  872. DVD + 1 year's new Select subscription:   £175.00 *    [save £25
  873. DVD + Adjust ROM set:                     £131.00 **   [save £27
  874. DVD + 16x DVD-ROM drive:                   £73.00 **
  875. DVD + 16x DVD-ROM drive + Adjust ROM set: £200.00 ***
  876.  
  877. Overseas postage
  878. All of the above-quoted prices are fully inclusive of VAT and postag
  879. to addresses in the UK. However, if you live overseas, please ad
  880. postage according to your location and the number of asterisks agains
  881. the price of the product you wish to buy:
  882. EU
  883. *     50
  884. **    £5.0
  885. ***   £9.7
  886. ****  £10.5
  887.  
  888. Zone 1 (USA, Israel)
  889. *     £2.2
  890. **    £6.1
  891. ***   £14.7
  892. ****  £15.0
  893.  
  894. Zone 2 (Australia, New Zealand)
  895. *     £2.5
  896. **    £6.1
  897. ***   £14.7
  898. ****  £15.7
  899.  
  900. Who can use it?
  901. The Foundation RISC User DVD is a genuine milestone for the RISC O
  902. platform, being the first native DVD-ROM. (The magazine's interactiv
  903. features will only operate under RISC OS, though you can read th
  904. articles on any DVD-equipped PC or Mac.)
  905. An unfortunate side-effect of ploughing a new furrow such as this i
  906. that not all current hardware is capable of reading the DVD. In basi
  907. terms, you will need one of the following systems in order to mak
  908. direct use of the Foundation RISC User DVD:
  909. - A Risc PC with a DVD drive, running RISC OS Select or Adjust;
  910. - Virtual Risc PC running on a PC with a DVD drive, running RISC O
  911.   Select or Adjust.
  912. Other RISC OS computers fitted with DVD drives (and running a suitabl
  913. version of RISC OS) may be able to use this DVD, but the above tw
  914. systems have been tested successfully by RISCOS Ltd.
  915. At present, the elements required to use a DVD-ROM disc under RISC O
  916. are as follows:
  917. 1. A DVD drive to physically read the disc;
  918. 2. A version of RISC OS capable of supporting DVD drives. At presen
  919.    this means either RISC OS Select or RISC OS Adjust. RISC OS 4.0
  920.    and RISC OS 5.0x do not support DVDs.
  921. Some Risc PCs supplied by Castle Technology included DVD drives fo
  922. use as CD drives; if any such machine is upgraded with Select o
  923. Adjust, it should be able to use this DVD.
  924. Any machine that already runs Select or Adjust, but has only a C
  925. drive, should be able to use this DVD if it is upgraded with a DV
  926. drive.
  927. For any users who wish to upgrade their computers with RISC OS Selec
  928. or Adjust and/or a DVD drive, RISCOS Ltd is offering various hand
  929. upgrade bundles; see above.
  930. Ironically (given that the DVD was actually created on an Iyonix, an
  931. is compatible with it in software terms), it is not currently possibl
  932. to use this DVD on an Iyonix PC because RISC OS 5 cannot read DVDs
  933. In the future, however, this is likely to change: once DVD-handlin
  934. capabilities have been added (either by a future RISC OS upgrade o
  935. via the forthcoming third-party Cino product), the FRU DVD will wor
  936. very nicely on the Iyonix.
  937. If you wish to use the Foundation RISC User DVD but do not want t
  938. upgrade your computer, or you have an Iyonix, there are still othe
  939. alternatives: if your computer is on a network with a PC or Mac, an
  940. you are prepared to devote 1GB of hard drive space to the magazine
  941. you can simply copy the entire contents of the DVD across your networ
  942. and then run it locally from your RISC OS computer. This will provid
  943. the most efficient performance in any case. The magazine itself ca
  944. also, of course, be read on a Mac or PC; you will simply lose th
  945. ability to use the RISC OS-only interactive features which involv
  946. launching software from the DVD.
  947. Richard Hallas, Editor, Foundation RISC User, RISCOS Ltd
  948. RiscCAD price crash!
  949.  
  950. The latest version of 
  951. David Buck
  952.  
  953. Dobella Cottage
  954.  
  955. Station Road
  956.  
  957. Rawcliffe 
  958.  
  959. East Yorks
  960.  
  961. DN14 8QT 
  962.  
  963. Price £15.00 
  964.  
  965. Note that this is the full version of RiscCAD and not a cut down, time
  966. limited or restricted version. It is supplied with all the original
  967. utilities, symbols, fills etc. This product originally retailed for £250.
  968. There are minor additions to the version supplied by APDL/ProAction.
  969. The main difference being the increased speed and a few bug fixes.
  970. Due to the minimal cost, there is no upgrade path for previous users.
  971. Users who require an upgrade should purchase the product again, probably
  972. excluding the manuals.
  973.  
  974.  It has been tested on Virtual Acorn, using RISC OS 4, and will work on
  975. the Iyonix (with minor screen redraw limitations).
  976.  
  977. This is a single-user licence, users who require a multi-user licence
  978. should contact the above for prices.
  979. Payment
  980.  
  981. Payment is by cheque, PayPal or PO, made payable to David Buck.
  982. Please send the user name and address when ordering, as RiscCAD will
  983. be pre-installed before issue.
  984.  
  985. Delivery
  986. Supply may be via an email archive, or floppy disk by post.
  987. Customers who request it will be sent the email archive after receipt
  988. of their payment.
  989. Documentation
  990.  
  991. Please note, due to the offer price of RiscCAD, it is supplied with
  992. NO DOCUMENTATION. The original Impression manuals can be supplied as
  993. an archive via email or on disk for an additional £5. They cannot be
  994. issued as printed bound manuals.
  995. Support
  996. Due to the low supply cost, no support can be offered.
  997. A 12 month support contract may be purchased for £10.00
  998. This will provide support via email.
  999.  
  1000. Brief Overview
  1001. For users unfamiliar with RiscCAD, below is a list of the main features.
  1002.  
  1003. Fully window and toolbox driven 2D CAD system.
  1004. Large range of construction methods and object snaps.
  1005. Multiple drawings in memory.
  1006. Wide range of print options, including tiling.
  1007. Support for virtually any plotter via script driven output driver.
  1008. Rip-up-and-retry pattern filling. Unlimited hatches and patterns. Can
  1009.   cope with multiple and nested islands, and trims patterns EXACTLY to
  1010.   object boundaries.
  1011. Symbol viewer and managed symbol libraries (each symbol is loaded into
  1012.   the drawing, not the whole library).
  1013. Drawing manager with drawing preview. Save directly to drawing store
  1014.   from within RiscCAD. No need to drag-and-drop.
  1015. Automatic dimensions.
  1016. Area stretch, results shown dynamically as mouse is moved. Dimensions
  1017.   updated after stretch - no re-dimensioning required
  1018.  
  1019. Press Comments
  1020. 'The redraw speed of RiscCAD is remarkably swift...The software is reliable, throughout Acorn User's comprehensive three-month testing, RiscCAD did not crash or go wrong in any way.' - Acorn User
  1021.  
  1022. 'What is so impressive with RiscCAD is not only the wide variety of drawing options available but the overall consistency with which all these features are implemented...As I have already indicated I am very impressed with the way in which RiscCAD has been implemented and with the wealth of features and functions available...if you are seeking the means to create highly accurate scaled  drawings then I can recommend it without reservation.' - Acorn Publisher
  1023. A demo version of RiscCAD is in the software directory of this very issue, and RISCWorld urges you to try it as it really is an absolute bargain.
  1024.  
  1025. ÿÿÿÿISSUE6/NEXTVOL/INDEX.HTM Issue 6, Coming soon...
  1026.  
  1027.  
  1028.  
  1029. Coming soon...
  1030. Aaron with some details of what's coming along in the next volume of RISCWorld.
  1031. Yes, once again it's time for me to write an end of volume, get your wallet out, preview piece for the next volume of RISCWorld. The next volume will mark the 6th year of RISCWorld, and all but three of the 31 issues so far (including this one) have been edited by my own fair (calloused - HJ) hands. So it's time for us to do our regular bid for your subscription funds.
  1032. Let us first of all see how we did with our election promises from last year. For those of you who remember we said we were going to do the following:
  1033. More Iyonix coverage
  1034.  Publish more full commercial software
  1035.  Publish commercial software not owned by APDL
  1036.  Feature more reviews
  1037.  
  1038. Well we now run a regular Iyonix column every issue and we have also published a full commercial product with every single issue. On the surface we haven't done so well on publishing non APDL software, that's until you realise that APDL has been buying up software rights, just to give the products away with RISCWorld! This year we have given away WebFx3d, FontFX6, Rhapsody 3, Dr Fonty and TypeStudio. Three of these titles were not just part of the APDL back catalogue but purchased just for you, the RISCWorld readers.
  1039. Moving on to the reviews well it would be great to publish more reviews, but to review things we have to have a review copy. If we aren't sent a review copy, then we can't do a review and publish it. So, if you would like something reviewed in RISCWorld let us know and send us a (legitimate) copy, please no e-mails with "This is really cool, you should review it" with a commercial program attached.
  1040. We had a number of products we wanted to see 12 months ago, and a number of them have become realities, including RISC OS Adjust (the ROM based version of Select), the full release of GIMP Print and a new browser in the shape of NetSurf. Some things that we had hoped for, such as an X-Scale Omega, Impression X and an Iyonix II haven't appeared, but hopefully they will over the next year.
  1041. So anyway what have we planned for the next 12 months? Well lets see...
  1042. Introduction to RISC OS Adjust
  1043.  
  1044. From next issue we will be starting a series on RISC OS Adjust. The lack of a full user guide for the latest versions of RISC OS has been bought up frequently in other magazines and on-line, so we are going to try to do something about it and fill in the gaps.
  1045. Site Writer
  1046.  
  1047. We were hoping to publish this during this volume, but had so much software that in the end we decided to move it into the next volume, actually the next issue. Originally sold for nigh on £60 Site Writer is a super WYSIWYG HTML editor and webs site designer.
  1048. A mystery commercial game
  1049.  
  1050. Were in the negotiating stage with this one and hope to get the right to publish this on RISCWorld very soon, as for which game, I can't really say at the moment, but it will be worth the subscription price on it's own!
  1051. More real life case studies
  1052.  
  1053. Dave Bradforth has been out and about knocking on the doors of companies that rely on RISC OS. We will be publishing full case studies starting from the next issue.
  1054. A Secret History of VirtualAcorn
  1055.  
  1056. Want to know all the details about the story behind VirtualAcorn? Well in a short series next volume I will be spilling some of the beans on the history of VirtualAcorn, right back to 1998 when the idea for the project first formed.
  1057. Of course we will continue with our host of regular columns covering all aspects of RISC OS, we will carry on including the latest freeware and PD programs and games on each issue and we will carry on making RISCWorld even better.
  1058. We also have a potential new series, the draft of which I must admit made me laugh a great deal, but might upset a few people. The name of this potential new series is "The High Jampton Interview", a series of spoof interviews with the best known characters in the RISC OS market. With some toning down it might be possible to publish it, but I'm not sure, let us know what you think.
  1059. Finally for those that are interested, this issue is actually the biggest one yet, consisting of over 8Mb of article content.
  1060. Get your subscription in now
  1061.  
  1062. We have done our budget forecasting for the next year and have decided to keep the subscription rate the same as it has been for this year. So you can get an action packed bulging collection of six RISCWorld CDs for the lowly sum of £21.90 in the UK and £24.50 overseas. To renew your subscription  by cheque credit card or debit card contact APDL.
  1063. By Post
  1064.  
  1065. RISC World Subscriptions, c/o APDL, 39 Knighton Park Road, Sydenham, London SE26 5RN, United Kingdom
  1066. By phone
  1067.  
  1068. You can ring APDL on 0208 778 2659 (+44 208 778 2659 outside the UK).
  1069. By fax
  1070.  
  1071. 0208 488 0487 (+44 208 488 0487 outside the UK).
  1072. By e-mail
  1073.  
  1074. By e-mail to subscriptions@riscworld.co.uk.
  1075. At a Show
  1076.  
  1077. APDL will be exhibiting at all the major UK shows this year, including Wakefield 2005 in May, although you will most likely have missed another issue of RISCWorld by then!
  1078. I hope to see you all again for Volume 6 Issue 1.
  1079. As a final threat, if you don't re-subscribe I will publish the photo of Dave Bradforth at the special Rocky Horror film screening, so you have been warned!
  1080. Aaron
  1081.  
  1082. ÿÿÿÿISSUE6/PD/INDEX.HTM Issue 6, PD World
  1083.  
  1084.  
  1085.  
  1086.  
  1087. PD World
  1088. Paul Brett with the latest freeware and PD releases for RISC OS.
  1089. After last issue, where I covered some of the bigger freely available applications I thought that in this issue I would take a look at some of the recently updated or newly released utilities for RISC OS users.
  1090. GedText - Rob Hemmings
  1091. GedText is an application which produces a full report (in the form of a text file) of the entire contents of a Gedcom (family history) file.  It was written to work with the files generated by the !Family application on RISC OS but should work with a standard Gedcom file produced by any family history application.
  1092.  
  1093. The most recent changes to GedText are described in a Changes file inside the application but are mostly bug fixes and improvements to the number of Gedcom tags handled.  There is also some tidying up of the order of the output for each individual in the file.  GedText is freeware but if you find it useful it would be nice if you could let Rob know. Suggestions for future changes are welcome and may even get implemented - depending on his available time.
  1094.  
  1095.  
  1096. GedText
  1097. SwiftJPEG - Andrew Hodgkinson
  1098. SwiftJPEG is a JPEG viewer for RISC OS and runs on RISC OS 3.1 through to RISC OS 5. To run on RISC OS versions 3.5 and earlier you have to load some support modules, as described in the manual. RISC OS 3.6 and later need no additional software.
  1099. SwiftJPEG provides a fast and convenient way to view JPEG images without using a lot of the computer's memory. On a RISC OS 3.1 machine with the relevant modules loaded, SwiftJPEG provides a chance to view images that would normally be far too large to fit in memory using the conventional mechanism of decompressing the image using something like ChangeFSI. On RISC OS 3.6 upwards, the Draw and Paint applications can both read JPEGs directly. Draw keeps the image as a JPEG, but Paint decompresses the image completely, which means a large JPEG can require a very large amount of RAM to be viewed. Neither application is designed purely as a viewer for images; both are designed as editors for other kinds of material. SwiftJPEG fills this gap.
  1100.  
  1101.  
  1102. SwiftJPEG
  1103. TVGuide - Jaffa Software
  1104. TVGuide comes from Jaffa Software, the developers of WimpWorks. The program logs onto the bleb.org/tv/ website which contains UK television listings for all major channels and radio stations. The resulting TV guide can then be displayed in a desktop window. Users will need the AcornURI modules, which are available from 
  1105.  
  1106.  
  1107. TVGuide
  1108. ViNCe - Vincent Lefèvre
  1109. This is the latest version of the VNC client originally ported to RISC OS by Henrik Bjerregaard Pedersen. VNC allows you to see the display of, and operate, a remote computer over a network. I strongly recommend that users read the !Help file supplied as ViNCe needs to be used either from the command line, or using set up using custom written Obey files.
  1110. Wibli - Stewart Brookes
  1111. Wibli is an application designed to add extra toolbars to either EasiWriter or TechWriter. Wibli comes in two parts, the !ButtonBar application and the !Wibli application. In order to load the version of Wibli you want you need to double click on the correct !ButtonBar application first, then double click on the !Wibli application. Stewart warns users that if this is done in the wrong order things can go wrong!
  1112. When WIBLI is active, two buttonbars will appear when you open an EasiWriter/TechWriter document:
  1113. The Mini Bar (bottom left, sitting on the horizontal scroll bar
  1114. The Side Bar (running down the right-hand side of the screen)
  1115.  
  1116.  
  1117.  
  1118. Wibli and TechWriter
  1119. If your EasiWriter document is fully-maximised (i.e. fills the whole of your desktop), then the Side Bar may not be visible. If that's the case, then click with Select on the Green button on the Mini Bar, and the Block Bar will appear within your document. The Side Bar and the Block Bar are functionally the same. Clicking with Adjust on the Blue button on the Mini Bar will cause the Block Bar to close and the Side Bar to open.
  1120. The Blue, Red, and Green buttons on the Mini Bar perform the following functions:
  1121. Blu
  1122. Select: Open Find Ba
  1123. Adjust: Open Side Bar and close Block Ba
  1124. Red
  1125. Select: Open Table Editor Ba
  1126. Adjust: Open Function Keys Ba
  1127. Gree
  1128. Select: Open Block Ba
  1129. Adjust: Remove all open Bars *except* the Mini Ba
  1130.  
  1131. The 'WIBLIguide' provides a key to the functions of all the buttons and buttonbars, and explains how to customise what opens and when. Interactive Help is also supported.
  1132. LaBella - Ray Favre
  1133. We covered LaBella in the last issue, however there have been a couple of further updates and a new version (4.10) is now available. I have put a copy in this issue's software directory.
  1134. That is all we have time for this issue, see you for the first issue of the next volume!
  1135. Paul Brett
  1136.  
  1137.  
  1138.  
  1139. ÿÿÿÿISSUE6/RISCCAD/INDEX.HTM Issue 6, A quick introduction to RiscCAD
  1140.  
  1141.  
  1142.  
  1143. A quick introduction to RiscCAD
  1144. Aaron gives a brief introduction to RiscCAD
  1145. I was going to review RiscCAD for this issue of RISCWorld, but now I am not. Why? Well that's an excellent question so let me attempt to answer it. David Buck has recently released a new demo version of RiscCAD, having taken over the sales from APDL, along with some updates to the full versions, he has also slashed the price down from £59 (which is the price APDL used to charge) to just £15. That's right just £15; as a friend of mine would say.
  1146. So can I, in all honesty, review a full featured CAD package that you can buy for well under £20? What could I possibly say? Is it worth the money? Of course it's worth the money, it's a steal at this price, even if you don't every do any CAD work. Sorry? Even if you don't do any CAD work? Yes, because after you have user RiscCAD you will want to do some, even if it's just "playing" with possible designs for a new bathroom, or in my case garage.
  1147. Anyway back to the story, I have been e-mailing David Buck over the last few weeks and one of my first questions was "could we put the demo version on RISCWorld?", he would be delighted. So I downloaded the new demo version and hit a couple of small snags. Firstly I tried to select a drawing tool, and I couldn't, surely the demo can't be that restrictive? Well it isn't, what I needed to do was click inside the new blank drawing window to bring up the crosshairs, then I could select tools to my hearts content.
  1148.  
  1149.  
  1150. RISCWorld gets the measure of RiscCAD
  1151. The next snag came when I wanted to actually start drawing. I clicked on the circle tool, positioned the centre and held down to drag, but nothing was happening. When I let go a circle appeared in the wrong place, help! Actually what I should have done was clicked once to set the center of the circle, moved the mouse and then clicked a second time to draw the circle. This set me thinking, if I am having these problems surely some other trying the demo will also have similar problems.
  1152. So I e-mailed David Buck again and asked him about documentation. He replied that the demo comes without a manual, but supported Interactive Help, which indeed it does. This set me thinking, I knew that APDL had HTML manuals for a number of packages, did they have one for RiscCAD that had never been released? The answer was yes. It would need some tidying up but we could certainly include it in RISCWorld, provided David Buck didn't mind. So I asked him.
  1153. No, he didn't mind at all. So here we have it. A full HTML version of the RiscCAD manual along with a demo version of the program to try out. So why aren't I going to review it? Well in my view I simply don't need to. Try the demo version yourself and I am totally convinced that you will be hooked and want to get the full version, so to sum up...
  1154. So here's why you should try RiscCAD.
  1155. It's in the software directory in this issue
  1156. we have supplied a complete manual and a technical reference guide
  1157. It's the best RISC OS application I have seen in quite some time
  1158.  
  1159. After you have played with the demo here is why I think you should buy a copy.
  1160. It's a fully featured CAD package
  1161. It is packed with useful features
  1162. It's being actively updated and supported
  1163. It's an excellent package that gives a lot of much more expensive software on other platforms a run for their money
  1164. You won't be able to live without i
  1165.  
  1166. If I was reviewing it it would get six out of five. Oh, and of course it's only £15, did I mention that?
  1167. Aaron
  1168.  
  1169.  
  1170. ÿÿÿÿISSUE6/RISCCAD1/INDEX.HTM Issue 6, RiscCAD
  1171.  
  1172.  
  1173.  
  1174. RiscCAD
  1175. RISCWorld
  1176. RiscCAD
  1177. RiscCAD is Copyright © David Buck 2005
  1178. This HTML version of the documentation is Copyright © RISC World 2005
  1179.  
  1180. Ordering a full copy of RiscCAD
  1181. A full single user version of RiscCAD can be purchased for £15 from 
  1182. An Impression copy of this manual can also be obtained for only £5 at the time of ordering.
  1183. Postal Address for ordering is:
  1184.  
  1185. David Buck
  1186.  
  1187. Dobella Cottage
  1188.  
  1189. Station Road
  1190.  
  1191. Rawcliffe
  1192.  
  1193. East Yorks
  1194.  
  1195. DN14 8QT
  1196.  
  1197. Email : 
  1198. If paying by cheque please make cheques payable to David Buck.
  1199. RiscCAD Tutorial and User Guide
  1200. Introduction
  1201. About this manual
  1202. Conventions used
  1203. Installing RiscCAD
  1204. Configuration
  1205. Setting up the Toolboxes
  1206. Setting up the Preferences window
  1207. Using the configured settings
  1208. Tutorial 1 - Drawing a rectangle using Grid Snap
  1209. Tutorial 2 - Drawing a rectangle using other snaps
  1210. Tutorial 2 - Drawing a rectangle using other snaps
  1211. Tutorial 3 - Editing
  1212. Tutorial 4 - Using other Object Tools
  1213. Loading and Saving drawings
  1214. Printing
  1215. Layers
  1216. Tutorial 5 - Using layers
  1217. Changing the line style
  1218. Display options
  1219. Changing the display scale
  1220. Tutorial 6 - Fan
  1221. Tutorial 7 - Faceplate
  1222. Tutorial 8 - Flat Sheet
  1223. Tutorial 9 - House elevation
  1224. Tutorial 10 - Floor plan
  1225. Tutorial 11 - Electrical circuit
  1226. Tutorial 12 - Creating a symbol
  1227. Tutorial 13 - Creating a template
  1228. Tutorial 14 - Creating pattern fills and hatches
  1229. Tutorial 15 - Filling shapes
  1230. Hints and Tips
  1231. Questions and Answers
  1232.  
  1233. RISCWorld
  1234.  
  1235.  
  1236. ÿÿÿÿISSUE6/RISCCAD2/INDEX.HTM Issue 6, RiscCAD Reference Manual
  1237.  
  1238.  
  1239.  
  1240. RiscCAD
  1241. RISCWorld
  1242. RiscCAD Reference Manual
  1243. RiscCAD is Copyright © David Buck 2005
  1244. This HTML version of the documentation is Copyright © RISC World 2005
  1245.  
  1246. Ordering a full copy of RiscCAD
  1247. A full single user version of RiscCAD can be purchased for £15 from 
  1248. An Impression copy of this manual can also be obtained for only £5 at the time of ordering.
  1249. Postal Address for ordering is:
  1250.  
  1251. David Buck
  1252.  
  1253. Dobella Cottage
  1254.  
  1255. Station Road
  1256.  
  1257. Rawcliffe
  1258.  
  1259. East Yorks
  1260.  
  1261. DN14 8QT
  1262.  
  1263. Email : 
  1264. If paying by cheque please make cheques payable to David Buck.
  1265. RiscCAD Reference Manual
  1266. Drawing tools
  1267. Main toolbox
  1268. Point Toolbox
  1269. Line Toolbox
  1270. Circle Toolbox
  1271. Arc Toolbox
  1272. Text Toolbox
  1273. Symbol
  1274. Dimension Toolbox
  1275. Enquire Toolbox
  1276. Editing Tools
  1277. Stretch tool
  1278. Trim tool
  1279. Fillet tool
  1280. Chamfer tool
  1281. Join tool
  1282. Object Snap toolbox
  1283. Choosing an object snap
  1284. Overriding an object snap
  1285. Object snaps in detail
  1286. None                      
  1287. The Main Menu
  1288. The Drawing submenu
  1289. The Style submenu
  1290. The Style submenu
  1291. The Select submenu
  1292. The Transform submenu
  1293. The Windows submenu
  1294. The Utilities submenu
  1295. The Program Menu
  1296. The Help window
  1297. The Layer dialogue box
  1298. Layer translation
  1299. Layer style and thickness
  1300. Editing objects
  1301. Redrawing layers
  1302. Choosing a new working layer
  1303. The Display Control dialogue
  1304. The Line Style dialogue box
  1305. Symbol and template management
  1306. The Library dialogue box
  1307. Creating symbols
  1308. Creating templates
  1309. Browser limitations
  1310. Page rulers
  1311. Appendix 1 - Output drivers
  1312. What is an output driver
  1313. Loading an output driver
  1314. Creating a default driver
  1315. Script file overview
  1316. Script commands
  1317. Keywords and variables
  1318. Conditional operators
  1319. Programming examples
  1320. Appendix 2 - RiscDXF
  1321. About DXF files
  1322. Converting RiscCAD files to DXF
  1323. Converting DXF files to RiscCAD
  1324. Batch processing
  1325. Notes on converting DXF files
  1326. Importing RiscDXF files into Draw
  1327. Appendix 3 - RiscDRAW
  1328. Appendix 3 - RiscDRAW
  1329. Converting Draw files to RiscCAD
  1330. Batch processing
  1331. Notes on converting Draw files
  1332. Appendix 4 - Other ancillary applications
  1333. !Drivers
  1334. !Settings
  1335. !Plotters
  1336. !Library
  1337. !Templates
  1338. !Patterns
  1339. Keyboard short-cuts
  1340.  
  1341. RISCWorld
  1342.  
  1343.  
  1344. ÿÿÿÿISSUE6/SW2005/INDEX.HTM Issue 6, RISCOS SouthWest Show
  1345.  
  1346.  
  1347.  
  1348. RISCOS SouthWest Show
  1349. Aaron's action packed show report live from the day of the show at the Webbington Hotel...
  1350. Those of you who remember my show report from last year will recall that on the morning of the show everything was covered in snow, well this year it was different. On the morning before the show Bracknell was covered in snow. While the rest of the country had been freezing we had been quite nice and warm thank you, however the fiendish British weather must have noticed that we had got away with it so far and decided to dump all the remaining snow on us. Luckily by lunchtime the roads were clearing, although the snow was still falling. So would it be safe to venture down the motorway? Well I had just had four new tyres fitted to the Shogun to replace the Goodyear racing slicks that had just scraped through an MOT. Plus, of course, if I didn't go I would still have to pay for the hotel room, and the stand....no it's too much. I will have to go.
  1351.  
  1352. So off I went, and within 10 miles the snow had stopped and there wasn't a trace of it on the ground, the roads were dry and the sun was shining. I carried on down the M4 only getting slightly delayed by a gritting lorry. Presumably the road was being gritted now because there was no chance of all the high quality grit being washed away by any snow. So just over two hours later I pulled into the Webbington Hotel and immediately parked round the back in the loading bay, which was suspiciously empty. Where was everyone? The tables were arranged but of exhibitors there was no sign. I checked in. "Yes Mr Holden has already checked in." And then gone to bed I assume. I found my room, which was number 2, which my tiny little mind found rather amusing. Even more amusing, Dave Holden was number 1.
  1353. Having had time to be organised this year I had bought my floor plan so I knew where my stand was. But wait? What's this crappy old wobbly table doing here? I deftly swapped it for one on someone else's stand. Having all but set up Dave Holden finally appeared sans floorplan. Well he's always next to me, since we both know what the other sells we can cover each others stands when one of us needs to get a coffee. So Dave sets up APDL next to me. Just as he finishes John Stonier the show organiser appears. "Dave your stand is over there! What are you doing here?" I hide behind a pillar whilst it's sorted out. Dave wins by playing the "ell I've set up now" card and keeps his stand. I now come out from hiding and watch as all the other tables are re-arranged to sort out my mistake. Oh look, the bar's open.
  1354. Over the course of the evening a number of exhibitors arrive and set up. An interesting rumour starts, apparently "someone from the health and safety people will be coming round to see if any second hand computers being sold have a valid test certificate". I'm not convinced. Dave Holden isn't convinced. In the end after a long discussion nobody is convinced. After all who could possibly benefit from there being no secondhand computers on sale? Of course I'm not selling any second hand computers but that doesn't stop me getting my 25 quids worth in. Finally the noise in the bar gets too much and I head for bed.
  1355. Luckily this year my room is at the end of a corridor and I don't get woken by any ARM Club drunks during the night. Next morning dawns clear but cold, just like the tea I have tried to make, yes the kettle doesn't work. Luckily the shower is also a matching accessory and offers a fine choice of cold water. I have a bath and head for breakfast. Ah that's better, it's self service, I cram a plate full of sausage, egg, bacon, sausage, bacon, mushroom, egg and sausage and sit down opposite Paul Beverley. We discover that we both drink Earl Grey tea, I protect my teapot like a crouching tiger, but no, he has to go and finish setting up. I return to the self service breakfast, my tea safe, I can see the worried faces, will I leave any food for anyone else?
  1356. I check out of my room, "Did you have the prawn salad last night?" Yes, surely you don't want it back? No, it's just they mixed up all the dinner bills and tried to charge Dave Holden for everything. I thank the receptionist for her attempt to lower my bill and head into the show. I set up the laptop and arrange the stock and then have half an hour to wander around before the customers are allowed in. At this point I discover that there seem to be customers in already. "Those are just helpers", well they seem to be helping themselves to the prime stuff from the charity stall, oh well.
  1357. By 10 o'clock I have another "Is the show open yet?" moment. "Yes", says a passing customer, and he was right as within minutes I am inundated and have a very busy morning. Annoyingly I miss the first talk from Castle Technology, called  Castle Matters. "Oh look they've missed out the doesn't" quips an unnamed exhibitor. It's such a good gag I recycle it myself later. I collar a keen looking customer as he leaves the lecture theatre, was the Castle talk interesting? "No". Before I can get an expanded answer he wanders off. Oh well thanks for your help sir, I was only trying to get information for a show report. Now I'll have to wait for the report on 
  1358.  
  1359.  
  1360. Peter Naulls
  1361. At this point I would normally go through the automatically generated show text, something along the lines of "<name of exhibitor> had a crowded stand and was demonstrating the latest version of <name of product> to excited customers". However I can't be bothered. So instead here are some pictures.
  1362.  
  1363.  
  1364. RComp busily selling the latest upgrade or something
  1365.  
  1366.  
  1367. CJE Micros.....kitchen sink
  1368.  
  1369.  
  1370. You'd like to buy an Iyonix sir?
  1371.  
  1372.  
  1373. It's Geminus Jim.
  1374. The most interesting new item on display was the latest version of TechWriter from Icon Technology which did look quite funky with it's new macro scripting language. APDL have now started bundling sets of Fourth Dimension games together and have a flight simulators CD. Whilst Dave is away getting a coffee I swipe a copy, install it on my laptop and just manage to get the CD back in the rack before he returns.
  1375. After the busy morning the afternoon is very quiet, I get a brief flurry of orders just after Paul Middleton has finished his talk and then it goes a bit quiet again. By four o'clock it's getting very quiet, and rather like a recent poll on the Iconbar there seem to be as many exhibitors as customers, I decide to pack up. The benefits of travelling light show themselves again as before most people have started packing up I have loaded up and have got back to the bar for a shandy before going home. As usual I get one final order after I have packed up, but it's OK as it's Chris Evans, so I return to the Shogun and grab the stuff he wants.
  1376. Then I make a couple of phone calls and start heading home. Was it a good show? Yes it certainly was and was well worth attending. It was slow in the afternoon, but quite manic in the morning and I have a nice pile of credit card slips to process. I finally get home about half past seven just in time to be told everyone is going to the pub. I suffer a crisis. Do I go to the pub? Or do I process all the credit card orders, add the customers to the database and then issue any unlock code requests? I decide to do the latter and having done that decide that I ought to write a show report whilst it's still fresh in my memory. The time is now 10:40 in the evening, good night.
  1377. Aaron
  1378.  
  1379. ÿÿÿÿISSUE6/TECH1/INDEX.HTM Issue 6, Tech Support - the answerphone mystery
  1380.  
  1381.  
  1382.  
  1383. Tech Support - the answerphone mystery
  1384. Aaron investigates...
  1385. Today I want to talk to you about answerphones. As I am sure you are aware the answerphone is a great gadget that allows people to leave messages when no one is available to answer the phone. In an ideal world an answerphone wouldn't be necessary as there would always be someone available to answer the phone. Unfortunately I run a business which means that I have to spend some time each day out of the office. I could be going to the bank, going to the post office, fixing a customer's machine on site or doing quite a few work related activities that mean I can't be in the office. I could try diverting calls to a mobile, but if it's a call from someone wanting an unlock code it's not much help. Talking to them whilst I am 20 miles from the office is pointless, as the database will therefore be 20 miles away, so we have an answerphone.
  1386. It's a dead easy system to use, instead of a human answering the phone a machine does it, plays a brief pre-recorded message and allows the person making the call to leave a short message, normally with their phone number and a few details. Once I come back in the office I can write down the messages on the machine and call people back, what could possibly go wrong? Well let's find out....
  1387. Click....brrrrrrrrrr.....
  1388. This is a reasonably common occurrence. I go out for a few minutes, come back and they message light is flashing. On playing the message back I get a click of the receiver being hung up followed by a brrr. Now I quite understand that some people don't like answerphones, that's fine, but with our answerphone if you hang up before the outgoing message has finished the machine just stops and doesn't record anything. If there is a click this means that someone has listened to the message all the way through, paused for a second, then in the moment of crisis been unable to get their speaking apparatus into gear and put the phone down. This guaranties the call won't get returned as no contact details have been left.
  1389. As an extra treat sometimes the caller leaves a huff before the click and the brrr, which is nice.
  1390. Office hours
  1391. Our outgoing answerphone message tells callers what times we are open, typically between 10 and 4. Of course we can't always be here. Very occasionally, perhaps once every six to eight months we get a short message along the lines of "Well I am calling in office hours" followed by the phone being put down. This at least is a step forward from the click brrr caller as a message has been left. Of course the message doesn't contain any contact details. So even if I come back into the office two minutes later I still can't return the call as I don't know who rang.
  1392. Speakingveryquickly
  1393. An unusual problem, but one that does occur from time to time. The customer speaks so quickly that it's impossible to work out what they are saying and also impossible to work out what the phone number they have left is. Despite listening to the message many times over it's still not possible to work out what number has been left. Very occasionally the customer starts slowly and accelerates as they approach the phone number. "Ah, this...is...Mr....smith....I...need...an unlock...code...my number...is...(deep breath)...ohonefourtwoninefourfiveseven...". Again if we can't understand the message we can't return the call.
  1394. A short message
  1395. Most answerphones only record a short message, typically 1 minute. If a customer talks for over a minute then they will hear a beep and the machine will stop recording. One of the most annoying messages we get is a long waffle followed by "my phone number is 01...(beep)". This is why we ask people to leave their name, phone number and a short message. If the customer leaves their name and then a long message it's quite unlikely that there will be time for them to leave their phone number, and as we know, no phone number, no call back.
  1396. And now my personal favourites...
  1397. The wrong phone number
  1398. I have had two of these in the last couple of months. In the first instance a customer rang from Germany and left their phone number. The message was clear and concise and easy to understand (the person in question wanted to make a couple of enquiries and then possibly place an order). So I rang back, and this is where it went wrong, the person who answered the phone had never heard of the person who left the message. I tried 4 times, at different hours of the day, but no, nobody had ever heard of the person in question. In the old days before the data protection act I could have rung up a few other dealers to see if anyone recognised the name and had an e-mail address or a postal address. I can still ask, but other dealers can't tell me. So, the customer didn't get a return call.
  1399. Sometimes we get customers who aren't sure what their phone number is and leave a non existent number. Again if the number's unknown they aren't going to get a return phone call.
  1400. The switched off mobile
  1401. This has only happened very recently, and only once in as long as I can remember. The customer rung up and left a short message with a mobile phone number. That was on Monday this week, today is Friday, I have called the mobile twice a day for the last four days, and every time it's switched off, with no option to leave a message. What on earth is the point? If you need to be called back, why leave a number you can't be called back on?
  1402. Doing it properly
  1403. As a conclusion I would like to say that the vast majority (95 percent or more) of our customers have no problem at all with the answerphone, they leave a concise message, I call them back. Job done. They are happy and I am happy. So please remember if you do encounter an answerphone just follow these rules:
  1404. Speak clearly
  1405. Leave your name first
  1406. Leave your phone number second, speaking slowly and repeat the number
  1407. If you are only available for certain times of the day say when
  1408. Now explain the nature of your call e.g. "Could you please cal me back as I need some tech support"
  1409. Hang up
  1410.  
  1411. If you leave messages this way then you are guaranteed to be called back. Well at least you will be called back by me, I can't speak for other companies. If on the other hand you use an answerphone like some of those featured earlier in this article don't be at all surprised if you never get a call back, after all if you can't leave your details, someone can't call you back.
  1412. And finally if you don't get called back within 24 hours, why not try ringing again?
  1413. Aaron
  1414.  
  1415. ÿÿÿÿISSUE6/VICE/INDEX.HTM Issue 6, VICE
  1416.  
  1417.  
  1418.  
  1419.  
  1420. VICE
  1421. Matt Thompson looks at the Versatile Commodore Emulator.
  1422.  
  1423.  
  1424. VICE
  1425. Back in the 1980s when most of us reading this (I would imagine) were using BBC Micros or Acorn Electrons, and when the computer market was far more competitive and interesting, one of the major home computer manufacturers was a company by the name of Commodore. They produced one of the most successful 8bit home computers, the Commodore 64, and later on the 16bit Amiga, both of which were big competition for Acorn. Commodore also produced other lesser machines such as the VIC 20 and C16.
  1426. VICE is a collection of emulators of the various Commodore machines, the Commodore 64, 128, Vic 20, Pet, C16, C16 Plus4 and also and emulator of the SID sound chip to play Commodore music files.
  1427.  
  1428. VICE is freeware and is an ongoing development and is available on a number of platforms, the RISC OS version is developed by Andreas Dehmel, and the latest version is V1.16 and which was released in January 2005.
  1429.  
  1430. VICE is very easy to set up, create a directory on your hard-disc and then de-archive the contents of the VICE archive into this directory and thats all there is to it, make sure you have the VICE resources (!ViceRsrc) otherwise it won't work, next double click on the required emulator and you should then see something like this:-
  1431.  
  1432. The emulator is now running, there will also be a VICE log window now open which shows what is happening within VICE, you can keep this open or close it if you wish, by clicking the mouse menu button over the main window you can select options for VICE, which include sound on or off, pause the emulator, make screengrabs of games and make snapshots of the games so they can be loaded easily next time. Although this option currently doesn't work with the Plus4 VICE at the moment, it is a known issue and will be fixed in the future. The 'JOYSTICKS' option from the menu which lets you set which keys you use to emulate joysticks, as many Commodore games were joystick only, games which use the keyboard work as you would expect them to, there are other configuration options from the menu which go further into configuring VICE, but they shouldn't be needed for general game playing. I certainly didn't need to use them.
  1433. There is another menu available by clicking the mouse menu button over the icon on the iconbar, this gives the same configuration options as the other menu plus, licence and warranty details and also whether you want to run VICE in the desktop or in full screen mode. It doesn't seem to fill the screen with the display on my machine more of a window on a black background, as shown below (unfortunately the colour isn't quite correct in this screengrab for some reason, but it looks right when you use it).
  1434.  
  1435. VICE In Action
  1436. Below are some screengrabs of VICE in action, showing how it displays the games, the screengrabs are taken from the C64, C16 plus 4 and VIC 20 versions of VICE.
  1437. Commodore 64
  1438.  
  1439.  
  1440. Bombjack
  1441.  
  1442.  
  1443. Boulderdash
  1444.  
  1445.  
  1446. Jet Set Willy
  1447.  
  1448.  
  1449. Repton 3 - He looks familiar from somewhere!
  1450. Commodore 16 plus 4
  1451.  
  1452.  
  1453. Exorcist
  1454.  
  1455.  
  1456. Icicle Works.
  1457.  
  1458.  
  1459. Booty.
  1460. VIC 20
  1461.  
  1462.  
  1463. Perils.
  1464. -----
  1465.  
  1466. The Perils of Willy , Manic Miner couldn't be made to run on the VIC 20 so they had this instead, and it was a VIC20 exclusive, and wasn't that good either.
  1467. Loading games into Vice is very easy, when you download a Commodore game you need to make sure the filetype is "Data" and the filename needs to a have "PRG" extension, for example Chuckie Egg would be ChuckieEgg/prg with a filetype Data, files which are like this can simply be dragged into the VICE window and the program will load automatically, if it doesn't work then the filetype needs to be changed to the above. For example I downloaded a game from 
  1468. Another type of file which there is is the "TAP" file, this is effectively the original cassette tape of the game, it can be loaded into VICE but not by the normal methods, to load a "TAP" file into VICE first type LOAD (with Caps Lock off)into VICE and press return, it will say "Press Play On Tape" now go to the icon bar menu and select Configure tapes and the following window will appear.
  1469.  
  1470. Now drag the "TAP" file onto the tape player panel,then click on the ">" Play button and the game will now load in, as this a cassette it will take a while to do this, as cassette games used to do, when the game has loaded, it is highly advisable to make a snapshot of the game, so you can then just drag it straight into VICE next time and it will load instantly.
  1471. One of the features of the Commodore 64 was the SID (Sound Interface Design) Chip which was used to create all the sounds and tunes, and it seems that it was very good at it too, there are numerous websites which contain SID tunes, and many old C64 game tunes have been remixed by Commodore enthusiasts and are available to download or on CD, websites 
  1472. As you would expect the internet is a very good resource for obtaining Commodore games, sites worth a visit include 
  1473. VICE is an excellent emulator, and recreates the Commodore range of computers very well, with both sound and graphics. It is responsive and the games play well on it, VICE is highly recommended to anyone who likes playing Retro games, as Commodore games are worth checking out as it was a big market back in the 80s and there were some great games, and VICE gives those of us that didn't have Commodore machines back then they chance to see what it was all about.
  1474. VICE is freeware and will run on RISC PCs with StrongARMs onwards with a recommended minimum of 16MB RAM, VICE is also fully Iyonix compatible as well, and the help I received from the author of RISC OS VICE, Andreas Dehmel to get some games working was excellent, he was very helpful, and the advice (no pun intended!) given was easy to understand and he was quick to reply as well. 
  1475. Overall VICE is highly recommended and if you like game playing then I can't think of any reason not to have VICE installed on your machine,the latest version of VICE can be found in the software directory on this issue!
  1476. Matt Thompson
  1477.  
  1478.  
  1479. ÿÿÿÿISSUE6/WAKE2005/INDEX.HTM Issue 6, Wakefield 2005
  1480.  
  1481.  
  1482.  
  1483. Wakefield 2005
  1484. It's the biggest show of the year, RISCWorld has the details.
  1485.  
  1486. We covered the Wakefield show in the last issue, but as it's so important we are going to cover it again.
  1487. This year marks the 10th anniversary of the Wakefield Show, it hardly seems 10 years ago that everyone was crammed into the Cedar Court Hotel, for what was supposed to be a little show, but ended up taking over nearly an entire wing of the hotel. This year the show will one again be taking place at it's regular venue, the Thornes Park Athletics Stadium. The show will be open for two days over the weekend of the 21st and 22nd of May. On Saturday the show will open at 10am and close at 5pm, on Sunday doors will be flung open at 10:30am and close at 3:30p
  1488. The Thornes Park Athletics Stadium is very easy to find, by foot and by car, and has ample parking. For those coming by train a free minibus service will operate from Wakefield Westgate station to the show.
  1489.  
  1490. This years show has been sponsored by APDL, Stuart Tyrell Developments, Richard Hallas, MW Software, Spellings Computer Services and VirtualAcorn.
  1491. Tickets
  1492. Due to popular demand the Advance tickets facility will be returning for the show. Advance tickets will be available from March 2005.
  1493. Ticket prices
  1494. 5's and under Free
  1495. Advance tickets £
  1496. On the day rates
  1497. Saturday £6.0
  1498. Sunday £6.00
  1499. To request your advance tickets by post (from March 2005) send a cheque or postal order made out to 'WROCC Show' to :
  1500. Wakefield Show 2004
  1501.  
  1502. 3 Riverdale Avenue
  1503.  
  1504. Stanley
  1505.  
  1506. WAKEFIELD
  1507.  
  1508. West Yorks
  1509.  
  1510. WF3 4LF
  1511. The show website (
  1512. Exhibitors and more
  1513. The current list of confirmed exhibitors is APDL, Archive Publications, ARM Club, CJE Micros, EFF, JGH BBC Software, M W Software, Qercus, OreganoUK Ltd, R-Comp, Spellings Computer Services, Advantage Six and VirtualAcorn. Further exhibitor details are expected to be announced shortly.
  1514. It would not be a Wakefield show without the usual Show Theatre and Charity Stall, which will again be raising money for Wakefield Hospice.
  1515. Advertising
  1516. All of the RISC OS press will be running adverts for the show (designed by Richard Hallas), a sample of one of the adverts, which have been produced in a number of sizes is shown below.
  1517.  
  1518.  
  1519. Organisers
  1520.  
  1521. The show is once again being coordinated by Chris Hughes, who has organised all the previous Wakefield shows. The show is organised on behalf of the Wakefield RISCOS Computer Club one of the longest running Acorn/RISCOS computer clubs in the UK.
  1522. RISC World
  1523.